Skip to content

Commit

Permalink
Removed debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustaf Sjöberg committed Dec 17, 2014
1 parent baed135 commit 449634c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/erlang_v8_vm.erl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ init([Opts]) ->
handle_call({call, FunctionName, Args, Timeout}, From, State) ->
%% TODO: call should be a special op and decoding should be done in
%% the cc wrapper.
io:format("************************************* ARGS: ~p", [Args]),
SerializedArgs = jsx:encode(Args),
Source = <<FunctionName/binary, ".apply(null, JSON.parse('",
SerializedArgs/binary ,"'));">>,
Expand Down

0 comments on commit 449634c

Please sign in to comment.