summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 4f080bb..e8666f8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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;