fix: remove debug statement

This commit is contained in:
Jasmine Moore
2025-12-17 12:31:05 -05:00
committed by GitHub
parent ccbe88d3bf
commit 84f532284e

View File

@@ -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)