]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Make PyConsole independent from KERNEL
authorsan <san@opencascade.com>
Wed, 28 Mar 2012 17:34:26 +0000 (17:34 +0000)
committersan <san@opencascade.com>
Wed, 28 Mar 2012 17:34:26 +0000 (17:34 +0000)
src/PyConsole/PyConsole_Console.cxx

index afba1a7118d1e084651c842639469f2bb6b3629f..0037368ff50f8c4b91de7f295af685b5713ffff5 100644 (file)
@@ -41,8 +41,6 @@
 #include <QMenu>
 #include <QVBoxLayout>
 
-#include <utilities.h>
-
 /*!
   \brief Constructor.
 
@@ -69,7 +67,6 @@ PyConsole_Console::PyConsole_Console( QWidget* parent, PyConsole_Interp* interp
   char* synchronous = getenv("PYTHON_CONSOLE_SYNC");
   if (synchronous && atoi(synchronous))
   {
-      MESSAGE("Python console is synchronous");
       myEditor->setIsSync(true);
   }
   myEditor->viewport()->installEventFilter( this );