mirror of https://github.com/docker/docs.git
Removing unnecessary console log in Gruntfile
This commit is contained in:
parent
8f465c1a8c
commit
47beaee0c8
|
|
@ -237,7 +237,6 @@ module.exports = function (grunt) {
|
|||
}
|
||||
|
||||
process.on('SIGINT', function () {
|
||||
console.log('INT');
|
||||
grunt.task.run(['shell:electron:kill']);
|
||||
process.exit(1);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue