summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-26 21:58:23 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-26 21:58:23 +0100
commit2e1136d8427e8dd6bb8a7e6a316fbb6f8e61cf46 (patch)
treebb7c232f5217034154e267a12f51a446b0350bdf /yarns/900-implements.yarn
parent51ddc990bd72b9e3d212edfe2db7601930b1830a (diff)
downloadick2-2e1136d8427e8dd6bb8a7e6a316fbb6f8e61cf46.tar.gz
Drop: debugging output
It turned out to be useless.
Diffstat (limited to 'yarns/900-implements.yarn')
-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']))