aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Tools/Directories.py2
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])):