remove debug

This commit is contained in:
j 2019-01-20 15:22:48 +05:30
parent 18309f9701
commit 469cdf8fb7
1 changed files with 0 additions and 1 deletions

View File

@ -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