Skip to content

Commit 82e743e

Browse files
committed
Revert "more_debug"
This reverts commit 032cba9.
1 parent f9ecc2f commit 82e743e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_mig_cgibin_cat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def test_returns_file_output_with_single_file_match(self):
6363
for index, o in enumerate(output_objects):
6464
print("encountered output objects:")
6565
print("%d: %s" % (index, o['object_type']))
66-
error_object = [o for o in output_objects if o['object_type'] == 'error_text'][0]
67-
print("error object text: %s" % (error_object['text'],))
6866
raise
6967
output_obj = output_objects[0]
7068
self.assertEqual(output_obj['object_type'], 'file_output')

0 commit comments

Comments
 (0)