From 27e8cf1ccd9efc33d9c8bf4a247dfc0d3e5dbe7a Mon Sep 17 00:00:00 2001 From: totoro Date: Fri, 19 May 2017 13:11:38 +0900 Subject: [PATCH] remove some print --- asterisk/ami.anubis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asterisk/ami.anubis b/asterisk/ami.anubis index b7c28aa..f6c100a 100644 --- a/asterisk/ami.anubis +++ b/asterisk/ami.anubis @@ -26,9 +26,9 @@ define Maybe(List(String)) //if read(conn, 16384, 5) is if read_line(conn, 80, 10) is { - error then println("Read error");failure, - timeout then println("Read timeout");failure, - eof then println("Read timeout");failure, + error then failure, + timeout then failure, + eof then failure, ok(str) then if str = crlf then (if print_dump then -- libgit2 0.21.4