Skip to content

Commit 84f5322

Browse files
authored
fix: remove debug statement
1 parent ccbe88d commit 84f5322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/copySelectDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def Validate(self):
151151
def cb(text):
152152
if self.waitDialog:
153153
del self.waitDialog
154-
print("cb called. Text: {}", text) # TODO REMOVE DEBUG
155154
toClipboard(text)
156155
self.EndModal(wx.ID_OK)
157156

0 commit comments

Comments
 (0)