summaryrefslogtreecommitdiffstats
path: root/js/app/Run.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/Run.js')
-rw-r--r--js/app/Run.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index 743f83c9b..1614deef1 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -12,8 +12,6 @@ app.run(($rootScope, $location, $http, $q, $interval, Loading, ItemResource,
REFRESH_RATE) => {
'use strict';
- console.log($location);
-
// show Loading screen
Loading.setLoading('global', true);