settings: remove console.log
This commit is contained in:
parent
3aa82c3e8a
commit
89c74aa6e4
1 changed files with 0 additions and 1 deletions
|
|
@ -188,7 +188,6 @@ Wallet.prototype._onIndexes = function(senderId, data) {
|
||||||
* };
|
* };
|
||||||
*/
|
*/
|
||||||
Wallet.prototype.changeSettings = function(settings) {
|
Wallet.prototype.changeSettings = function(settings) {
|
||||||
console.log(settings);
|
|
||||||
this.settings = settings;
|
this.settings = settings;
|
||||||
this.store();
|
this.store();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue