StreetCode
StreetCode copied to clipboard
[Technical Task] Remove all unnecessary console.log in the frontend code base.
trafficstars
Brief overview
The code has accumulated a lot of console.log and so on, which, apparently, were once created during the development process and were not deleted upon its completion.
Expected result
More clean code base without unnecessary logs.