diff --git a/renderer/api/lib/remote.coffee b/renderer/api/lib/remote.coffee index 7acbf7633e69..3e10de2066de 100644 --- a/renderer/api/lib/remote.coffee +++ b/renderer/api/lib/remote.coffee @@ -87,7 +87,6 @@ ipc.on 'ATOM_RENDERER_FUNCTION_CALL', (callbackId, args) -> # Browser releases a callback in renderer. ipc.on 'ATOM_RENDERER_DEREFERENCE', (callbackId) -> - console.log callbackId callbacksRegistry.remove callbackId # Get remote module.