diff --git a/src/erlang_v8_vm.erl b/src/erlang_v8_vm.erl index 8fc0106..723607f 100644 --- a/src/erlang_v8_vm.erl +++ b/src/erlang_v8_vm.erl @@ -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 = <>,