Remove debug because of erre at compilation

This commit is contained in:
Alexandre Stein 2019-07-01 16:52:00 +02:00
parent 59de83f27d
commit 36073437bf

View File

@ -83,7 +83,6 @@ export default {
}).then((file) => {
return file.items
});
console.log(items);
this.dirContent = items;
}