X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/adb284945d36cdb469532ac84ec4c69fffe377e4..460da74020fc40f6766d18e567af76039ff62003:/lib/python/Tools/Directories.py diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py index 258940b4..421e090c 100644 --- a/lib/python/Tools/Directories.py +++ b/lib/python/Tools/Directories.py @@ -39,9 +39,7 @@ fallbackPaths = { } def resolveFilename(scope, base = ""): - print "getting scope", scope, "with base", base path = defaultPaths[scope] - print "path:", path if path[1] == PATH_CREATE: if (not pathExists(defaultPaths[scope][0])):