From 469cdf8fb7dac7cbff50b2f799073f77a02ba093 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 20 Jan 2019 15:22:48 +0530 Subject: [PATCH] remove debug --- oml/item/icons.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oml/item/icons.py b/oml/item/icons.py index 702fe5e..9423d6b 100644 --- a/oml/item/icons.py +++ b/oml/item/icons.py @@ -134,7 +134,6 @@ def get_icons_db_path(): icons_db_path = os.path.join(metadata, 'icons.db') old_icons_db_path = os.path.join(settings.data_path, 'icons.db') if not os.path.exists(icons_db_path) and os.path.exists(old_icons_db_path): - print(icons_db_path, icons_db_path) shutil.move(old_icons_db_path, icons_db_path) return icons_db_path