summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/settingscontroller.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers/settingscontroller.coffee')
-rw-r--r--js/app/controllers/settingscontroller.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/app/controllers/settingscontroller.coffee b/js/app/controllers/settingscontroller.coffee
index eaff0a274..b7cea8d21 100644
--- a/js/app/controllers/settingscontroller.coffee
+++ b/js/app/controllers/settingscontroller.coffee
@@ -34,7 +34,6 @@ angular.module('News').controller 'SettingsController',
try
FolderBusinessLayer.import(fileContent)
catch error
- console.error error
$scope.error = true
@@ -46,7 +45,6 @@ angular.module('News').controller 'SettingsController',
parsedJSON = JSON.parse(fileContent)
FeedBusinessLayer.importGoogleReader(parsedJSON)
catch error
- console.error error
$scope.jsonError = true
] \ No newline at end of file