Remove stray console.log

This commit is contained in:
Johannes Zellner
2024-07-22 15:07:43 +02:00
parent a09a3fd012
commit d25814b84b

View File

@@ -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) {