👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2019-09-20 14:07:02 +02:00
parent 4c71ed22cd
commit a595434cd0
3 changed files with 4 additions and 8 deletions

View File

@@ -427,8 +427,6 @@ export default mixins(
this.textEditDialogVisible = false;
},
displayEditDialog () {
console.log('displayEditDialog...');
if (this.isEditor) {
this.codeEditDialogVisible = true;
} else {