From d8e4647cead67e7ffcbcb500a4e676f641b3fd09 Mon Sep 17 00:00:00 2001 From: vanous Date: Sun, 6 Dec 2020 18:27:47 +0100 Subject: [PATCH] disable debug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f52c89d..81ef85c 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ from kivy.core.clipboard import Clipboard from kivy.storage.jsonstore import JsonStore DEBUG=False -DEBUG=True +#DEBUG=True def debug_print(*xargs): if DEBUG: