From 1234a3c80450446ee8cfe50b20204144ccf099d0 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 13 Jun 2021 21:28:26 +1000 Subject: [PATCH] remove debug --- shared.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shared.py b/shared.py index bb79f7f..3c0e570 100644 --- a/shared.py +++ b/shared.py @@ -49,7 +49,6 @@ def CreateFoldersSelect(selected): return str def LocationIcon(obj): - print( f"LocationIcon( {obj.in_dir.in_path.type.name} ) == {ICON[obj.in_dir.in_path.type.name]}" ) return ICON[obj.in_dir.in_path.type.name]