Removes obsolete debug code.

This commit is contained in:
vladlosev
2012-09-06 17:09:27 +00:00
parent ff8d732cef
commit b535c1767e
4 changed files with 4 additions and 6 deletions

View File

@@ -213,7 +213,7 @@ def GetShellCommandOutput(env_cmd):
# Set and save the environment properly.
environ = os.environ.copy()
environ.update(env_cmd[0])
p = gtest_test_utils.Subprocess(env_cmd[1], env=environ, capture_stderr=False)
p = gtest_test_utils.Subprocess(env_cmd[1], env=environ)
return p.output