Skip to content

Commit

Permalink
Remove debug for successful connect
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Nov 4, 2010
1 parent a726804 commit 91f6159
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions seds/src/seds_proxy.erl
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ connect(timeout, #state{ip = IP, port = Port} = State) ->
{packet, 0},
{active, once}
], 5000),
error_logger:info_report([
{proxy_forward, {IP, Port}},
{socket, Socket}
]),
{next_state, proxy, State#state{s = Socket}}.

proxy({dns_query, IP, Port,
Expand Down

0 comments on commit 91f6159

Please sign in to comment.