rm console logs

This commit is contained in:
Matias Alejo Garcia 2017-06-13 11:29:21 -03:00
commit 3c4e3d9a51
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 0 additions and 5 deletions

View file

@ -284,7 +284,6 @@ angular.module('copayApp.controllers').controller('importController',
opts.entropySourcePath = 'm/' + hwWallet.getEntropyPath(id, isMultisig, account);
}
console.log('[import.js.283:opts:]',opts); //TODO
_importMnemonic(words, opts);
};
@ -298,7 +297,6 @@ console.log('[import.js.283:opts:]',opts); //TODO
lopts.externalSource = walletService.externalSource.trezor.id;
lopts.bwsurl = $scope.formData.bwsurl;
console.log('[import.js.299:lopts:]',lopts); //TODO
ongoingProcess.set('importingWallet', true);
$log.debug('Import opts', lopts);