fix bower conflics, rm logs

This commit is contained in:
Matias Alejo Garcia 2016-06-08 09:19:33 -03:00
commit 6c956dea50
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 3 additions and 6 deletions

View file

@ -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;