mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Remove forgotten debugger
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user