From: Stefan Pluecken Date: Sun, 1 Jan 2006 17:37:57 +0000 (+0000) Subject: remove debug code X-Git-Tag: 2.6.0~4560 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/460da74020fc40f6766d18e567af76039ff62003?ds=inline remove debug code --- 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])):