settings: remove console.log

This commit is contained in:
Manuel Araoz 2014-09-11 09:29:35 -07:00
commit 89c74aa6e4

View file

@ -188,7 +188,6 @@ Wallet.prototype._onIndexes = function(senderId, data) {
* };
*/
Wallet.prototype.changeSettings = function(settings) {
console.log(settings);
this.settings = settings;
this.store();
};