From f9bf42db6415c817599229581c7917a60d541e8b Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 29 Sep 2014 19:53:18 -0600 Subject: [PATCH] Remove commented line --- src/context-menu-manager.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context-menu-manager.coffee b/src/context-menu-manager.coffee index dc0e81c27..e7ec6907f 100644 --- a/src/context-menu-manager.coffee +++ b/src/context-menu-manager.coffee @@ -160,7 +160,6 @@ class ContextMenuManager menuTemplate = @templateForEvent(event) return unless menuTemplate?.length > 0 - # @executeBuildHandlers(event, menuTemplate) remote.getCurrentWindow().emit('context-menu', menuTemplate) return