diff --git a/bower.json b/bower.json index 781b4539d..15f45d9e6 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "angular-gettext": "2.2.1", "angular-moment": "0.10.1", "angular-qrcode": "monospaced/angular-qrcode#~6.2.1", - "angular-ui-router": "0.2.18", + "angular-ui-router": "0.2.13", "animate.css": "3.5.1", "foundation": "5.5.3", "foundation-icon-fonts": "*", @@ -24,8 +24,8 @@ "ng-csv": "~0.3.6" }, "resolutions": { - "angular": "1.4.6", + "angular": "1.5.3", "qrcode-generator": "0.1.0", - "angular-ui-router": "0.2.18" + "angular-ui-router": "0.2.13" } } diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js index 968ee8998..010520814 100644 --- a/src/js/controllers/import.js +++ b/src/js/controllers/import.js @@ -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;