aboutsummaryrefslogtreecommitdiff
path: root/step-05/echo_server.erl
diff options
context:
space:
mode:
Diffstat (limited to 'step-05/echo_server.erl')
-rw-r--r--step-05/echo_server.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/step-05/echo_server.erl b/step-05/echo_server.erl
index 3f531e5..2dcc425 100644
--- a/step-05/echo_server.erl
+++ b/step-05/echo_server.erl
@@ -18,5 +18,4 @@ loop(N) ->
start() ->
Pid = spawn(echo_server, loop, [10]),
io:format("Starting server, pid=~w~n", [Pid]),
- io:format("Starting server, pid=~w~n", [Pid]),
register(echo, Pid).