]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Removed a debug code
authorsrn <srn@opencascade.com>
Thu, 9 Feb 2006 09:04:50 +0000 (09:04 +0000)
committersrn <srn@opencascade.com>
Thu, 9 Feb 2006 09:04:50 +0000 (09:04 +0000)
src/SalomeApp/SalomeApp_Study.cxx

index be30d0d19fec4c88e458f48a80d510798be3cb9e..0b5ee272ae30b8d3f60cd8a1de8f88e30814bfc4 100644 (file)
@@ -877,12 +877,6 @@ QString SalomeApp_Study::getVisulDump(int savePoint)
   _PTR(AttributeParameter) ap = studyDS()->GetCommonParameters("Interface Applicative", savePoint);
   SALOMEDS_IParameters ip(ap);
 
-  /*
-  char buffer[127];
-  sprintf(buffer,"%d", savePoint);
-  QString sp(buffer);
-  */
-
   ip.setDumpPython(true); //Enable DumpPython of visual parameters for modules.
   QString dump("");