mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
Remove debugging io:format/3
This commit is contained in:
parent
828eb0aead
commit
5567c718d3
@ -42,7 +42,6 @@ cover_compile([{Mods, Options} | Rest]) ->
|
|||||||
end
|
end
|
||||||
|| Option <- Options
|
|| Option <- Options
|
||||||
],
|
],
|
||||||
io:format(standard_error, "Options1 = ~p~n", [Options1]),
|
|
||||||
cover_compile2(Mods, Options1),
|
cover_compile2(Mods, Options1),
|
||||||
cover_compile(Rest);
|
cover_compile(Rest);
|
||||||
cover_compile([]) ->
|
cover_compile([]) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user