summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pbx_conn.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pbx_conn.erl b/src/pbx_conn.erl
index 61c0f3a..8934532 100644
--- a/src/pbx_conn.erl
+++ b/src/pbx_conn.erl
@@ -24,7 +24,6 @@ handle_call(_Request, _From, Socket) ->
{reply, ok, Socket}.
handle_cast({ok, Reply}, Socket) ->
- io:format("Send: ~p~n", [Reply]),
gen_tcp:send(Socket, Reply),
{noreply, Socket};
handle_cast({error, Reason}, Socket) ->