summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/900-implements.yarn5
1 files changed, 0 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
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']))