Skip to content

Commit

Permalink
chore: remove console.log in error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Jan 17, 2025
1 parent 2846607 commit 00f6943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/application-error-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { applicationErrorModule } from "@/store";
import { ApplicationError } from "@/store/types/application-error";

export const handleApplicationError = (err: unknown) => {
console.log("handleApplicationError", err);
/**
* Note: The Global-ErrorHandler wraps the error
* so we can't use instanceof ApplicationError here.
Expand Down

0 comments on commit 00f6943

Please sign in to comment.