diff --git a/engine/findicons.py b/engine/findicons.py index 9b93d34..0b79f1d 100644 --- a/engine/findicons.py +++ b/engine/findicons.py @@ -135,7 +135,6 @@ def findIconPath(executableName:str)->list: #For example "ams_32.xpm" becomes "ams_32" exeAsPath = pathlib.Path(executableName) if exeAsPath.suffix in EXTENSIONS: - print (executableName, "to", exeAsPath.stem) executableName = exeAsPath.stem #for ext in EXTENSIONS: #all extensions