From: stevenknight Date: Tue, 7 Oct 2008 00:39:42 +0000 (+0000) Subject: Remove left-over debug print. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=213e45c2213913c2c06f9eeb2359cf0e4ad6c470;p=scons.git Remove left-over debug print. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3569 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py index 76aebe60..9ea106a7 100644 --- a/test/runtest/fallback.py +++ b/test/runtest/fallback.py @@ -49,8 +49,6 @@ while test.where_is('qmtest'): path.remove(dir) os.environ['PATH'] = string.join(path, os.pathsep) -print "PATH: %s"%os.environ['PATH'] - test.subdir('test') test_pass_py = os.path.join('test', 'pass.py')