From c072ae7382650fe4bd46ab952b925c276bb90ba1 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 10 Mar 2016 16:30:20 +0100 Subject: [PATCH] Removed a test message I forgot to remove last commit --- http_examples.cpp | 1 - https_examples.cpp | 1 - 2 files changed, 2 deletions(-) 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);