浏览代码

Removed debugging output (does not compile on Windows).

Sascha Zelzer 13 年之前
父节点
当前提交
4f162b880d

+ 1 - 1
Libs/CommandLineModules/Core/Testing/CLIModules/Blur2dImage/ctkCLIModuleBlur2dImage.cpp

@@ -72,7 +72,7 @@ int main(int argc, char* argv[])
 
   // Do something
 
-  out << "Got parameter: " << QCoreApplication::arguments();
+  //out << "Got parameter: " << QCoreApplication::arguments();
 
   return EXIT_SUCCESS;
 }