Remove console log

This commit is contained in:
MattIPv4 2021-07-27 10:48:03 +01:00
parent 0e2a086d9e
commit cdd425aaff
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ THE SOFTWARE.
highlightFunction: value => `<mark>${value}</mark>`,
});
this.$data.confFilesOutput = Object.entries(diffConf).map(([ file, { name, content } ]) => {
console.log(file, name);
const diffName = name.filter(x => !x.removed).map(x => x.value).join('');
const diffContent = content.filter(x => !x.removed).map(x => x.value).join('');