summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 79c08094c..7f0b6c8f4 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -793,7 +793,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
return FolderBusinessLayer["import"](fileContent);
} catch (_error) {
error = _error;
- console.error(error);
return $scope.error = true;
}
};
@@ -806,7 +805,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
return FeedBusinessLayer.importGoogleReader(parsedJSON);
} catch (_error) {
error = _error;
- console.error(error);
return $scope.jsonError = true;
}
};