Skip to content

Commit

Permalink
chore: remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Aug 14, 2023
1 parent 5ad8a8c commit c37e407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span>Upload successful!</span>;
},
error: <span>Theme could not be saved</span>
Expand Down

0 comments on commit c37e407

Please sign in to comment.