summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-01 22:04:31 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:29 +0200
commit4a87bb4e1d71d61cb3d359c680f74ea165a118ec (patch)
tree0867ed46f44908aa2ebe4329eef11636e98bc0a6 /src
parentc979f335387a597702ce6e0af33a59bc86dbee2c (diff)
Removed diagnostic code
Diffstat (limited to 'src')
-rw-r--r--src/cli/Main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cli/Main.cpp b/src/cli/Main.cpp
index e7fa614..f5c0507 100644
--- a/src/cli/Main.cpp
+++ b/src/cli/Main.cpp
@@ -201,20 +201,6 @@ int main(int argc, char **argv)
}
}
- // TODO: REMOVE diagnostic code.
- // std::cout << "input : " << vm["input"].as<std::string>() << std::endl;
- // std::cout << "output : " << outputPath << std::endl;
- // std::cout << "format : " << vm["format"].as<std::string>() << std::endl;
- // if (vm.count("include")) {
- // std::vector<std::string> includes =
- // vm["include"].as<std::vector<std::string>>();
- // std::cout << "includes : ";
- // for (auto &i : includes) {
- // std::cout << i << ", ";
- // }
- // std::cout << std::endl;
- // }
-
// initialize global instances.
Manager manager;
Registry registry;