From 213e45c2213913c2c06f9eeb2359cf0e4ad6c470 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 7 Oct 2008 00:39:42 +0000 Subject: [PATCH] Remove left-over debug print. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3569 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/runtest/fallback.py | 2 -- 1 file changed, 2 deletions(-) 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') -- 2.26.2