Skip to content

Commit

Permalink
fix: remove the console log on project upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Jan 23, 2025
1 parent 04942cf commit d9fc686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/projects/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export async function handleProjectUpload<T>(
);

if (error) {
console.log(error);
resolve({ uploadError: error });
} else if (callbackFunc) {
const uploadResult = await callbackFunc(
Expand Down

0 comments on commit d9fc686

Please sign in to comment.