Skip to content

Commit

Permalink
KAZOO-240: remove extraneous log linec
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Apr 4, 2013
1 parent b2b8e57 commit c83331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistle_apps/apps/pivot/src/pivot_call.erl
Expand Up @@ -91,7 +91,7 @@ updated_call(Srv, Call) ->
handle_call_event(JObj, Props) ->
case props:get_value('pid', Props) of
P when is_pid(P) -> whapps_call_command:relay_event(P, JObj);
_ -> lager:debug("ignoring event: ~p", [wh_util:get_event_type(JObj)])
_ -> 'ok'
end.

%%%===================================================================
Expand Down

0 comments on commit c83331d

Please sign in to comment.