Browse Source

STYLE: Remove useless output

Julien Finet 15 years ago
parent
commit
f956db4083
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Libs/Widgets/Testing/Cpp/ctkActionsWidgetTest1.cpp

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

@@ -74,7 +74,6 @@ QCTK_DECLARE_TEST(ctkActionsWidgetTest1)
     qDebug() << "Invalid custom action" << actionItem->text();
     QCTK_EXIT_TEST(EXIT_FAILURE);
     }
-  qDebug() << "oui" ;
   // check update on change 
   action->setText("new custom action");
   QStandardItem* changedActionItem = actionsWidget->model()->item(9);