-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Fix: Remove and Prevent console.log
#5527
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Merge activity
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5527 +/- ##
==========================================
+ Coverage 46.18% 46.20% +0.01%
==========================================
Files 1083 1080 -3
Lines 58683 58569 -114
Branches 3936 3929 -7
==========================================
- Hits 27105 27060 -45
+ Misses 30895 30826 -69
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more.
|
CNCT-2483 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on removing `console.log` statements from various files to clean up the code and improve maintainability. It also modifies the linter configuration to adjust rules related to console usage. ### Detailed summary - Removed `console.log` statements from multiple test and implementation files. - Adjusted linter configuration to allow specific console warnings only. - Updated `biome.json` to include new linter rules for console usage. - Cleaned up unused imports related to `DEBUG` constants. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
4fbd1cb
to
d3139b2
Compare
CNCT-2483
PR-Codex overview
This PR focuses on removing
console.log
statements across various files to clean up the code and improve maintainability. It also adjusts some configurations in thebiome.json
file related to console logging rules.Detailed summary
console.log
statements from multiple test files and utility functions.biome.json
to modify rules for console usage, allowing errors and warnings but restricting general logs.send-eip712-transaction.test.ts
,smart-wallet-zksync.test.ts
, and others by eliminating debugging outputs.