chore: remove console log

This commit is contained in:
Arman
2022-07-13 10:08:54 +02:00
parent 2cfd78320e
commit 1c4b47259a
+1 -1
View File
@@ -3,9 +3,9 @@
import { Pill } from '$lib/elements';
import { sdkForProject } from '$lib/stores/sdk';
import { Avatar } from '$lib/components';
async function removeFile($id: string, bucketId: string) {
const file = await sdkForProject.storage.getFile(bucketId, $id);
console.log(file);
uploader.removeFile(file);
}