From 2fdd53b55ee91af8ca72e5b7e3f457b3dad83567 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 6 Mar 2021 21:30:51 +0100 Subject: [PATCH] removed debugging code --- build/tasks/grunt-electron-patch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/tasks/grunt-electron-patch.js b/build/tasks/grunt-electron-patch.js index 2d3619f2..06301fba 100644 --- a/build/tasks/grunt-electron-patch.js +++ b/build/tasks/grunt-electron-patch.js @@ -6,7 +6,6 @@ module.exports = function (grunt) { for (const path of src) { grunt.log.writeln(`Patching ${path}...`); patch({ path }); - grunt.log.writeln('Done'); } } });