From 460da74020fc40f6766d18e567af76039ff62003 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 1 Jan 2006 17:37:57 +0000 Subject: [PATCH] remove debug code --- lib/python/Tools/Directories.py | 2 -- 1 file changed, 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])): -- 2.30.2