Skip to content

Commit

Permalink
chore: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Jan 25, 2025
1 parent b9cbff3 commit cf6cb11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/apiHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async function apiHandlerGeneric<Return>(req: Request, handle: (session: Session
return createApiResponse(result)
} catch (error: unknown) {
if (error instanceof Smorekopp) {
console.log("heihei", error)
return createApiErrorRespone(error.errorCode, error.errors)
}
if (error instanceof Error) {
Expand Down

0 comments on commit cf6cb11

Please sign in to comment.