fix log error

This commit is contained in:
Javier 2015-10-30 14:58:34 -03:00
commit 2321baa4d7

View file

@ -97,7 +97,7 @@ angular.module('copayApp.controllers').controller('preferencesInformation',
this.clearTransactionHistory = function() {
storageService.removeTxHistory(c.walletId, function(err) {
if (err) {
$log.err(err);
$log.error(err);
return;
}