Remove forgotten debugger
This commit is contained in:
parent
866b3a3aac
commit
c47ceda302
1 changed files with 0 additions and 3 deletions
|
@ -83,9 +83,6 @@
|
|||
}
|
||||
|
||||
this.isLoading = true;
|
||||
|
||||
console.log(`${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`);
|
||||
|
||||
createFolder(this.server, this.credentials, `${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`)
|
||||
.then(() => {
|
||||
this.$emit('close');
|
||||
|
|
Loading…
Reference in a new issue