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

@@ -67,8 +67,7 @@ def GetFlag(flag):
args = [COMMAND]
if flag is not None:
args += [flag]
return gtest_test_utils.Subprocess(args, env=environ,
capture_stderr=False).output
return gtest_test_utils.Subprocess(args, env=environ).output
def TestFlag(flag, test_val, default_val):