From 241ef0ff4a48bb63ff97e8d0c8d0152be365436b Mon Sep 17 00:00:00 2001 From: guido Date: Sat, 27 Jan 2007 15:29:17 +0100 Subject: [PATCH] [svn r37435] Removing debug print (ended up in the ReST). --HG-- branch : trunk --- py/test/conftesthandle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/conftesthandle.py b/py/test/conftesthandle.py index dd87962d7..4f51549f6 100644 --- a/py/test/conftesthandle.py +++ b/py/test/conftesthandle.py @@ -26,7 +26,7 @@ class Conftest(object): for arg in args + [current]: anchor = current.join(arg, abs=1) if anchor.check(): # we found some file object - print "initializing conftest from", anchor + #print "initializing conftest from", anchor # conftest-lookups without a path actually mean # lookups with our initial path. self._path2confmods[None] = self.getconftestmodules(anchor)