disable debug

This commit is contained in:
vanous 2020-12-06 18:27:47 +01:00
parent 87cbef972c
commit d8e4647cea

View File

@ -15,7 +15,7 @@ from kivy.core.clipboard import Clipboard
from kivy.storage.jsonstore import JsonStore from kivy.storage.jsonstore import JsonStore
DEBUG=False DEBUG=False
DEBUG=True #DEBUG=True
def debug_print(*xargs): def debug_print(*xargs):
if DEBUG: if DEBUG: