:lipstick:
authorCheng Zhao <zcbenz@gmail.com>
Mon, 29 Apr 2013 11:56:12 +0000 (19:56 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 29 Apr 2013 11:56:12 +0000 (19:56 +0800)
renderer/api/lib/remote.coffee

index 7acbf76..3e10de2 100644 (file)
@@ -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.