Skip to content

Commit

Permalink
Merge pull request #32 from inaka/elbrujohalcon.quick.fix
Browse files Browse the repository at this point in the history
Debug line removed
  • Loading branch information
jfacorro committed Jun 8, 2015
2 parents 303aece + d122482 commit 9c217bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lasse_handler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ process_result({stop, NewState}, Req, State) ->

send_event(Event, Req) ->
EventMsg = build_event(Event),
ct:pal("Sending ~p", [EventMsg]),
cowboy_req:chunk(EventMsg, Req).

build_event(Event) ->
Expand Down

0 comments on commit 9c217bb

Please sign in to comment.