]> OCCT Git - occt-copy.git/commitdiff
0027332: Duplicate output from Draw Interpreter in cout in the debug function Draw_Eval
authoremv <emv@opencascade.com>
Fri, 1 Apr 2016 07:01:15 +0000 (10:01 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 7 Apr 2016 16:34:58 +0000 (19:34 +0300)
src/Draw/Draw_Debug.cxx

index 01ffb2e97f220c0833f05dccdc03e0b15afed9a3..87407e7144eaa57694fd07b0715171ae6693ff90 100644 (file)
@@ -33,6 +33,7 @@ Standard_EXPORT const char* Draw_Eval (const char *theCommandStr)
   try {
     OCC_CATCH_SIGNALS
     theCommands.Eval (theCommandStr);
+    cout << theCommands.Result() << endl;
     return theCommands.Result();
   }
   catch (Standard_Failure)