removed debugging code

This commit is contained in:
antelle 2021-03-06 21:30:51 +01:00
parent 4ac16a6701
commit 2fdd53b55e
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ module.exports = function (grunt) {
for (const path of src) {
grunt.log.writeln(`Patching ${path}...`);
patch({ path });
grunt.log.writeln('Done');
}
}
});