diff --git a/js/models/Identity.js b/js/models/Identity.js index eb35749c7..08652d5f2 100644 --- a/js/models/Identity.js +++ b/js/models/Identity.js @@ -461,7 +461,6 @@ Identity.prototype._cleanUp = function() { * @desc Closes the wallet and disconnects all services */ Identity.prototype.close = function(cb) { - console.log('close!!!!!'); var self = this; function doClose() {