Skip to content

Commit

Permalink
Clean up console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Nov 15, 2023
1 parent 519ebd4 commit 9c4bbe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dashboard/src/components/storage/DragAndDrop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default {
})
},
inputFolders (event) {
console.log(event.target)
const folders = {}
for (const file of event.target.files) {
const lastIndex = file.webkitRelativePath.lastIndexOf('/')
Expand All @@ -89,7 +88,6 @@ export default {
folders[path].push(file)
}
console.log(folders)
this.uploadFiles(folders)
},
async uploadFiles (folders) {
Expand Down

0 comments on commit 9c4bbe8

Please sign in to comment.