remove comments

This commit is contained in:
Javier 2015-11-20 14:39:28 -03:00
commit 3a5b426bae

View file

@ -187,8 +187,6 @@ angular.module('copayApp.controllers').controller('backupController',
return;
}
console.log('OK');
var words = lodash.map(mnemonic.split(' '), function(d) {
return d;
});