diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ int predict(DataProvider &dp) { LOG(INFO)<<"Prediction started"; ofstream fout; - if (vm.count("output")) - fout.open(vm["output"].as<string>().c_str()); ostream* ot; |