From 89c74aa6e4e7dcbfcdb35a0648e21da34af5c4b8 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 11 Sep 2014 09:29:35 -0700 Subject: [PATCH] settings: remove console.log --- js/models/core/Wallet.js | 1 - 1 file changed, 1 deletion(-) 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(); };