소스 검색

Removed debugging output (does not compile on Windows).

Sascha Zelzer 13 년 전
부모
커밋
4f162b880d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/CommandLineModules/Core/Testing/CLIModules/Blur2dImage/ctkCLIModuleBlur2dImage.cpp

+ 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;
 }