From 4190bd4e3463091d239acb521f7ba1cad04e8af7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 2 Oct 2010 13:13:37 +0200 Subject: land: Move stage building into a separate class so we can have subclasses (e.g. subunit-specific). --- selftest/format-subunit | 1 - 1 file changed, 1 deletion(-) (limited to 'selftest/format-subunit') 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): -- cgit