Explorar o código

STYLE: Remove extra debut statement in ctkPyhtonShell

Jean-Christophe Fillion-Robin %!s(int64=15) %!d(string=hai) anos
pai
achega
c2b8f499c3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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"