mirror of https://github.com/keeweb/keeweb
removed debugging code
parent
4ac16a6701
commit
2fdd53b55e
|
@ -6,7 +6,6 @@ module.exports = function (grunt) {
|
|||
for (const path of src) {
|
||||
grunt.log.writeln(`Patching ${path}...`);
|
||||
patch({ path });
|
||||
grunt.log.writeln('Done');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue