From: Kamalesh Babulal Date: Thu, 21 Oct 2021 21:28:45 +0000 (-0600) Subject: ftests: testcase 013 - remove debug statements X-Git-Tag: v3.1.0~308^2~2^2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2f082c185a86dbc90e531579bbcc3f995df6db5;p=thirdparty%2Flibcgroup.git ftests: testcase 013 - remove debug statements Remove the debugging statements that print the return values (result, cause) from testcase 013-cgget-multiple_g_flags.py. These values show up in ftests.sh.log, otherwise, and might lead to confusion on how to interpret them. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/ftests/013-cgget-multiple_g_flags.py b/ftests/013-cgget-multiple_g_flags.py index dbd8cc6f..3f89ce6b 100755 --- a/ftests/013-cgget-multiple_g_flags.py +++ b/ftests/013-cgget-multiple_g_flags.py @@ -100,8 +100,6 @@ def test(config): expected_out.splitlines()[line_num].strip(), line.strip()) return result, cause - print(result) - print(cause) return result, cause def teardown(config):