Remove forgotten debugger

This commit is contained in:
Dane Everitt 2019-02-17 13:29:42 -08:00
parent 866b3a3aac
commit c47ceda302
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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');