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]