removed debug statement

This commit is contained in:
Niklas 2021-08-16 01:43:58 +02:00
parent 8344766ae3
commit 603cfec4af

View File

@ -1,8 +1,4 @@
async function uploadFile(file:File,id: string): Promise<boolean> {
console.debug(file)
const res = await fetch(`/api/file?${new URLSearchParams({id:id}).toString()}`,{
method: "POST",
headers: {