Skip to content

Commit 0945df9

Browse files
committed
remove debug print
1 parent 5297ef2 commit 0945df9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit_tests/lib/gui_unit_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def get_wx_app():
2929
def destroy_wx_app():
3030
app = wx.GetApp()
3131
app.Destroy()
32-
print(wx.GetApp())
3332

3433
@staticmethod
3534
def is_window_available(window_id):

0 commit comments

Comments
 (0)