浏览代码

STYLE: Remove extra debut statement in ctkPyhtonShell

Jean-Christophe Fillion-Robin 15 年之前
父节点
当前提交
c2b8f499c3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Libs/Scripting/Python/Widgets/ctkPythonShell.cpp

+ 0 - 1
Libs/Scripting/Python/Widgets/ctkPythonShell.cpp

@@ -204,7 +204,6 @@ struct ctkPythonShell::pqImplementation
   //----------------------------------------------------------------------------
   void initializeInteractiveConsole()
   {
-    qDebug() << "initializeInteractiveConsole";
     // set up the code.InteractiveConsole instance that we'll use.
     const char* code =
       "import code\n"