diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 056691994..a9f34c4aa 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -188,7 +188,6 @@ Wallet.prototype._onIndexes = function(senderId, data) { * }; */ Wallet.prototype.changeSettings = function(settings) { - console.log(settings); this.settings = settings; this.store(); };