diff --git a/http_examples.cpp b/http_examples.cpp index fe299de..24e72e7 100644 --- a/http_examples.cpp +++ b/http_examples.cpp @@ -93,7 +93,6 @@ int main() { if(boost::filesystem::is_directory(path)) path/="index.html"; if(boost::filesystem::exists(path) && boost::filesystem::is_regular_file(path)) { - cout << "test" << endl; ifstream ifs; ifs.open(path.string(), ifstream::in | ios::binary); diff --git a/https_examples.cpp b/https_examples.cpp index 8f787a1..54e62ab 100644 --- a/https_examples.cpp +++ b/https_examples.cpp @@ -93,7 +93,6 @@ int main() { if(boost::filesystem::is_directory(path)) path/="index.html"; if(boost::filesystem::exists(path) && boost::filesystem::is_regular_file(path)) { - cout << "test" << endl; ifstream ifs; ifs.open(path.string(), ifstream::in | ios::binary);