Cleanup of some cout and functioning undo and redo of Corrections

This commit is contained in:
Proton local user
2023-03-21 13:50:18 +01:00
parent 085f8e0900
commit c4811e32b7

View File

@ -26,7 +26,6 @@ public:
public slots: public slots:
void onAbortProcessCommand(){ void onAbortProcessCommand(){
std::cout << " Abort STOCAZZO " << std::endl;
bAbortProcessCommand = true; bAbortProcessCommand = true;
}; };
void onIteration(double dI,double dX,double dY,double dZ){ void onIteration(double dI,double dX,double dY,double dZ){