diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index c34cb298a71..3c1d6b51959 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -194,7 +194,6 @@ def addClasspath(dir, env = None): if env is None: env = os.environ env["CLASSPATH"] = dir + os.pathsep + env.get("CLASSPATH", "") - print env.get("CLASSPATH", "") return env # List of supported cross languages test. |