remove debug

This commit is contained in:
2021-06-13 21:28:26 +10:00
parent ff09742a66
commit 1234a3c804

View File

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