From 47beaee0c8e5c55291ce82168440c9e3f681b718 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 9 Jun 2015 20:44:25 -0700 Subject: [PATCH] Removing unnecessary console log in Gruntfile --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f36212ea60..bcce7e9b86 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -237,7 +237,6 @@ module.exports = function (grunt) { } process.on('SIGINT', function () { - console.log('INT'); grunt.task.run(['shell:electron:kill']); process.exit(1); });