Remove stray console.log
This commit is contained in:
@@ -102,7 +102,6 @@ export function createDirectoryModel(origin, accessToken, api) {
|
||||
xhr.send(file);
|
||||
});
|
||||
|
||||
console.log('was passiert?')
|
||||
const res = await req;
|
||||
},
|
||||
async newFile(folderPath, fileName) {
|
||||
|
||||
Reference in New Issue
Block a user