We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09097fa + a66d192 commit bd0badaCopy full SHA for bd0bada
1 file changed
devsimpy/devsimpy.py
@@ -1289,7 +1289,6 @@ def OnScreenCapture(self, event):
1289
def OnUndo(self, event):
1290
""" Undo the diagram.
1291
"""
1292
- print("Undo")
1293
1294
### get toolbar and clientData defined in AddTool
1295
toolbar = event.GetEventObject()
@@ -1320,7 +1319,6 @@ def OnUndo(self, event):
1320
1319
def OnRedo(self, event):
1321
""" Redo the diagram
1322
1323
- print("Redo")
1324
1325
1326
currentPage = toolbar.GetToolClientData(event.GetId()) if isinstance(toolbar.GetParent(), DetachedFrame) else self.nb2.GetCurrentPage()
0 commit comments