Removing unnecessary console log in Gruntfile

This commit is contained in:
Jeffrey Morgan 2015-06-09 20:44:25 -07:00
parent 8f465c1a8c
commit 47beaee0c8
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ module.exports = function (grunt) {
}
process.on('SIGINT', function () {
console.log('INT');
grunt.task.run(['shell:electron:kill']);
process.exit(1);
});