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;
|
this.isLoading = true;
|
||||||
|
|
||||||
console.log(`${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`);
|
|
||||||
|
|
||||||
createFolder(this.server, this.credentials, `${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`)
|
createFolder(this.server, this.credentials, `${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.$emit('close');
|
this.$emit('close');
|
||||||
|
|
Loading…
Reference in a new issue