From c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 7 Oct 2008 00:39:42 +0000 Subject: Remove left-over debug print. --- test/runtest/fallback.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py index 76aebe6..9ea106a 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') -- cgit v0.12