From 2e1136d8427e8dd6bb8a7e6a316fbb6f8e61cf46 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 26 Nov 2017 21:58:23 +0100 Subject: Drop: debugging output It turned out to be useless. --- yarns/900-implements.yarn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yarns/900-implements.yarn') diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn index 27c9aab..d08cbc9 100644 --- a/yarns/900-implements.yarn +++ b/yarns/900-implements.yarn @@ -119,11 +119,6 @@ along with this program. If not, see . assertEqual(expected, vars['status_code']) IMPLEMENTS THEN body matches (.+) - print('-----------------------------------------------') - with open('ick_controller.log') as f: - for line in f: - print('---->', line) - print('-----------------------------------------------') expected_text = get_next_match() expected = json.loads(expected_text) print('actual body', repr(vars['body'])) -- cgit v1.2.1