diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-01 17:37:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-01 17:37:57 +0000 |
| commit | 460da74020fc40f6766d18e567af76039ff62003 (patch) | |
| tree | 9d8c0e6ed88e0e456ac95383e307d908064f2ef5 /lib/python/Tools/Directories.py | |
| parent | adb284945d36cdb469532ac84ec4c69fffe377e4 (diff) | |
| download | enigma2-460da74020fc40f6766d18e567af76039ff62003.tar.gz enigma2-460da74020fc40f6766d18e567af76039ff62003.zip | |
remove debug code
Diffstat (limited to 'lib/python/Tools/Directories.py')
| -rw-r--r-- | lib/python/Tools/Directories.py | 2 |
1 files changed, 0 insertions, 2 deletions
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])): |
