1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

0027332: Duplicate output from Draw Interpreter in cout in the debug function Draw_Eval

This commit is contained in:
emv
2016-04-01 10:01:15 +03:00
committed by bugmaster
parent 243505b81b
commit 476d6b14a6

View 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)