fix bower conflics, rm logs
This commit is contained in:
parent
6cb1370d6e
commit
6c956dea50
2 changed files with 3 additions and 6 deletions
|
|
@ -120,10 +120,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
self.loading = false;
|
||||
|
||||
if (err) {
|
||||
console.log('[import.js.122:err:]',err); //TODO
|
||||
if (err instanceof errors.NOT_AUTHORIZED) {
|
||||
|
||||
console.log('[import.js.125]'); //TODO
|
||||
self.importErr = true;
|
||||
} else {
|
||||
self.error = err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue