TripleParity/docks-ui

Only log errors to console

Closed this issue · 1 comments

Currently a large amount of debug information is being logged by different components, this makes debugging difficult.

I suggest

  • Remove existing debug logs
  • Log all errors
  • Require debug logs to be removed before merging into develop

Implemented by ???