diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index c322f3d..206e310 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -49,7 +49,6 @@ export const fileUploadHandler = async (workspace_id: string | undefined, files: loading: "Uploading your file...", success: (val) => { uploaded = val; - console.log(val); return Upload successful!; }, error: Theme could not be saved