fix: remove debug statement
This commit is contained in:
@@ -151,7 +151,6 @@ class CopySelectDialog(wx.Dialog):
|
||||
def cb(text):
|
||||
if self.waitDialog:
|
||||
del self.waitDialog
|
||||
print("cb called. Text: {}", text) # TODO REMOVE DEBUG
|
||||
toClipboard(text)
|
||||
self.EndModal(wx.ID_OK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user