From 4a87bb4e1d71d61cb3d359c680f74ea165a118ec Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 1 Apr 2015 22:04:31 +0200 Subject: Removed diagnostic code --- src/cli/Main.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/cli') 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::endl; - // std::cout << "output : " << outputPath << std::endl; - // std::cout << "format : " << vm["format"].as() << std::endl; - // if (vm.count("include")) { - // std::vector includes = - // vm["include"].as>(); - // std::cout << "includes : "; - // for (auto &i : includes) { - // std::cout << i << ", "; - // } - // std::cout << std::endl; - // } - // initialize global instances. Manager manager; Registry registry; -- cgit v1.2.3