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:
@@ -33,6 +33,7 @@ Standard_EXPORT const char* Draw_Eval (const char *theCommandStr)
|
|||||||
try {
|
try {
|
||||||
OCC_CATCH_SIGNALS
|
OCC_CATCH_SIGNALS
|
||||||
theCommands.Eval (theCommandStr);
|
theCommands.Eval (theCommandStr);
|
||||||
|
cout << theCommands.Result() << endl;
|
||||||
return theCommands.Result();
|
return theCommands.Result();
|
||||||
}
|
}
|
||||||
catch (Standard_Failure)
|
catch (Standard_Failure)
|
||||||
|
Reference in New Issue
Block a user