removed debug statement
This commit is contained in:
parent
8344766ae3
commit
603cfec4af
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user