Skip to content

Commit

Permalink
KAZOO-596: that should not be there yet
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Feb 18, 2013
1 parent e5208c4 commit fac95a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions whistle_apps/apps/callflow/src/cf_exe.erl
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,7 @@ cf_module_not_found(Call) ->
%%--------------------------------------------------------------------
-spec spawn_cf_module/3 :: (CFModule, list(), whapps_call:call()) -> {pid(), CFModule}.
spawn_cf_module(CFModule, Data, Call) ->
AMQPConsumer = wh_amqp_channel:consumer_pid(),
{spawn_link(fun() ->
_ = wh_amqp_channel:consumer_pid(AMQPConsumer),
put(callid, whapps_call:call_id_direct(Call)),
try
CFModule:handle(Data, Call)
Expand Down

0 comments on commit fac95a4

Please sign in to comment.