Skip to content

fix: replace console.log with logger in error-boundary#12

Merged
itigges22 merged 1 commit into
itigges22:mainfrom
zayd100:fix/replace-console-log-error-boundary
May 31, 2026
Merged

fix: replace console.log with logger in error-boundary#12
itigges22 merged 1 commit into
itigges22:mainfrom
zayd100:fix/replace-console-log-error-boundary

Conversation

@zayd100

@zayd100 zayd100 commented May 31, 2026

Copy link
Copy Markdown
Contributor

Closes #2

Replaced bare console.log in the clipboard fallback inside handleDebug
with logger.debug from the existing centralized debug-logger, consistent
with how the rest of the file handles logging.

@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

@zayd100 is attempting to deploy a commit to the MovaLab Team on Vercel.

A member of the Team first needs to authorize it.

@itigges22 itigges22 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@itigges22 itigges22 merged commit 0351cb8 into itigges22:main May 31, 2026
0 of 4 checks passed
@codacy-production

Copy link
Copy Markdown

Not up to standards ⛔

🔴 Issues 1 medium

Alerts:
⚠ 1 issue (≤ 0 issues of at least minor severity)

Results:
1 new issue

Category Results
BestPractice 1 medium

View in Codacy

🟢 Metrics 22 complexity · 0 duplication

Metric Results
Complexity 22
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@zayd100 zayd100 deleted the fix/replace-console-log-error-boundary branch May 31, 2026 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CODE QUALITY] Replace console.log statements with centralized logger

2 participants