bitshares / bitshares/bitshares-ui

Clean up console debug logs

Open
#3,080 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
520
Forks
575
Avg merge
12h 7m
Merged PRs (30d)
5

Description

**Describe the bug**
Some debug logs should be removed to avoid cluttering the console of browser, like dumping data on every change of the fields.
_I know there are filters._

**To Reproduce**
Steps to reproduce the behavior:
1. Use the wallet.
2. Observe some unnecessary logs are dumped into the console.

**Expected behavior**
The console is not filled with too many debug log lines.

**Additional context**
_Also make sure that the sensitive contents are NEVER EVER dumped into the console._

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the wallet behavior in a browser and searching the JavaScript sources for console debug output triggered by field changes. Review each relevant log for unnecessary or sensitive data, remove the clutter, and verify that wallet contents are never printed to the console.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.