Removed a test message I forgot to remove last commit

This commit is contained in:
eidheim 2016-03-10 16:30:20 +01:00
commit c072ae7382
2 changed files with 0 additions and 2 deletions

View file

@ -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);