Remove console.log

pull/347/head
mertsincan 2020-06-18 15:57:14 +03:00
parent 8c7aa7e916
commit d141c8ee3c
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ export default {
return true;
},
onDragEnter(event) {
console.log('enter');
if (!this.disabled) {
event.stopPropagation();
event.preventDefault();