Browse Source

BUG: Fix failing test: ctkButtonGroupTest1, when not in interactive mode

we tried to print arguments that didn't exist, generating a segfault.
unknown 14 years ago
parent
commit
a0c87bba1c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Libs/Widgets/Testing/Cpp/ctkButtonGroupTest1.cpp

+ 0 - 1
Libs/Widgets/Testing/Cpp/ctkButtonGroupTest1.cpp

@@ -168,7 +168,6 @@ int ctkButtonGroupTest1(int argc, char * argv [] )
   QTimer autoExit;
   if (argc < 2 || QString(argv[1]) != "-I")
     {
-    std::cout << argc << argv[1] << std::endl;
     QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit()));
     autoExit.start(500);
     }