Skip to content

Commit

Permalink
feat(billing): remove forgotten console log
Browse files Browse the repository at this point in the history
ref: MANAGER-15025

Signed-off-by: Maxime Bajeux <[email protected]>
  • Loading branch information
Maxime Bajeux committed Dec 4, 2024
1 parent b0ec63c commit 5f6cb5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/manager/apps/billing/src/app.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export default async (containerEl, shellClient) => {

const defaultErrorHandler = /* @ngInject */ ($state) => {
$state.defaultErrorHandler((error) => {
console.log(error);
if (error.type === RejectType.ERROR) {
$state.go(
'error',
Expand Down

0 comments on commit 5f6cb5e

Please sign in to comment.