diff options
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-x | selftest/format-subunit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit index 2661045bb8..a267abe67e 100755 --- a/selftest/format-subunit +++ b/selftest/format-subunit @@ -93,7 +93,6 @@ class PlainFormatter(subunithelper.TestsuiteEnabledTestResult): sys.stdout.write(output) def control_msg(self, output): - #$self->output_msg($output) pass def end_testsuite(self, name, result, reason): |