From f701e5f7a7a7111743c5c30b1c5e30220761bb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Nov 2016 16:45:18 +0200 Subject: Remove an io:format --- src/asciideck_parser.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asciideck_parser.erl b/src/asciideck_parser.erl index a75e99f..93efc41 100644 --- a/src/asciideck_parser.erl +++ b/src/asciideck_parser.erl @@ -182,7 +182,6 @@ p1_li_glob([Line|Tail], Acc) -> %% Skip initial empty lines and then glob like normal lists. p1_ll_glob(Lines=[{_, Line}|Tail]) -> -io:format("line ~s~n", [Line]), case trim_ws(Line) of <<>> -> p1_ll_glob(Tail); _ -> p1_ll_glob(Lines, []) -- cgit v1.2.3