-
Notifications
You must be signed in to change notification settings - Fork 190
fix: business, bridgechain & delegate tweaks #1667
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1667 +/- ##
===========================================
+ Coverage 62.97% 63.08% +0.11%
===========================================
Files 135 135
Lines 3681 3684 +3
Branches 776 777 +1
===========================================
+ Hits 2318 2324 +6
+ Misses 1138 1135 -3
Partials 225 225
Continue to review full report at Codecov.
|
src/renderer/services/wallet.js
Outdated
@@ -127,7 +127,6 @@ export default class WalletService { | |||
* @returns {Boolean} | |||
*/ | |||
static canResignDelegate (wallet) { | |||
console.log('canResignDelegate', wallet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we don't have a debug mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was debug code I added during development. Leaving stuff like that in would make the code messy. We use logger.$error
for some areas where it might be useful (e.g. a try/catch) but that's all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has already been removed!
Summary
Checklist