Removes console logging when building the production bundle
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cashtab-drop-console-on-production
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 15785 Build 31470: Build Diff cashtab-tests Build 31469: arc lint + arc unit
Event Timeline
Comment Actions
For now, I still have slpBalancesAndUtxos in the console in prod -- it helps for testing in case there is some unforeseen issue.
I can see where this would be useful in the future:
- Substantially more console.log dev statements are added
- These are always kept on for dev purposes
- But all are removed for prod
However, we're not there right now. I think ok to abandon this for now.