summaryrefslogtreecommitdiff
path: root/tda.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-28 19:39:42 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-28 19:39:42 +0100
commit23a07167309f9fcce0ff0d1d1b2a640cbc1c3435 (patch)
treecf3d1ecea8d6feae02f9cf4c169e1f26a7c22b8d /tda.erl
parente2d79c5681187aee43aa422e9f621329dbb71c9b (diff)
Remove messages, we cannot get
Diffstat (limited to 'tda.erl')
-rw-r--r--tda.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tda.erl b/tda.erl
index e8d863f..1741be4 100644
--- a/tda.erl
+++ b/tda.erl
@@ -37,7 +37,6 @@ client({error, Reason}) ->
loop(Sock) ->
inet:setopts(Sock, [{active, once}]),
- io:format("Loop~n", []),
receive
{ok, Reply} ->
io:format("Send ~p~n", [Reply]),