mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: remove console log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user