Skip to content

Commit 8d5d8ef

Browse files
committed
disabled logging
1 parent fd98981 commit 8d5d8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_in_window_screensaver/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def set_title(self, image_path):
8282

8383

8484
if __name__ == '__main__':
85-
# l.disable()
85+
l.disable()
8686
import sys
8787

8888
app = QApplication(sys.argv)

0 commit comments

Comments
 (0)