From 3bb96b6bbbc66eddf58fde82e37f08dbad2d5c80 Mon Sep 17 00:00:00 2001 From: hkernbach Date: Tue, 6 Jun 2017 19:05:22 +0200 Subject: [PATCH] ui - removed console logs --- .../aardvark/APP/frontend/js/views/collectionsView.js | 1 - .../aardvark/APP/frontend/js/views/foxxInstallView.js | 1 - .../_admin/aardvark/APP/frontend/js/views/infoView.js | 1 - .../_admin/aardvark/APP/frontend/js/views/loggerView.js | 9 --------- .../aardvark/APP/frontend/js/views/spotlightView.js | 1 - 5 files changed, 13 deletions(-) diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/views/collectionsView.js b/js/apps/system/_admin/aardvark/APP/frontend/js/views/collectionsView.js index fb33e843e1..33cfda38cb 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/views/collectionsView.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/views/collectionsView.js @@ -323,7 +323,6 @@ processData: false, success: function (data) { self.engine = data; - console.log(self.engine); self.createNewCollectionModal(data); }, error: function () { diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/views/foxxInstallView.js b/js/apps/system/_admin/aardvark/APP/frontend/js/views/foxxInstallView.js index 1a9235ead0..1804e850af 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/views/foxxInstallView.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/views/foxxInstallView.js @@ -22,7 +22,6 @@ success: function () { window.modalView.hide(); self.reload(); - console.log(result); arangoHelper.arangoNotification('Services', 'Service ' + result.name + ' installed.'); } }); diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/views/infoView.js b/js/apps/system/_admin/aardvark/APP/frontend/js/views/infoView.js index 78b779a8b3..3ddf803f5b 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/views/infoView.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/views/infoView.js @@ -40,7 +40,6 @@ var buttons = []; // analyse figures in cluster if (frontendConfig.isCluster) { - console.log(figures); if (figures.figures.alive.size === 0 && figures.figures.alive.count === 0 && figures.figures.datafiles.count === 0 && diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/views/loggerView.js b/js/apps/system/_admin/aardvark/APP/frontend/js/views/loggerView.js index d4f3bd6902..21f0eff9e1 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/views/loggerView.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/views/loggerView.js @@ -45,14 +45,6 @@ success: function (data) { self.logTopics = data; - /* - _.each(self.logTopics, function (topic, name) { - if (self.logLevels.indexOf(topic.toLowerCase()) === -1) { - self.logLevels.push(topic.toLowerCase()); - console.log(topic); - } - }); - */ _.each(['fatal', 'error', 'warning', 'info', 'debug'], function (level) { self.logLevels.push(level); }); @@ -112,7 +104,6 @@ }, logTopicCallbackFunction: function (options) { - console.log(options); this.logTopicOptions = options; this.applyFilter(); }, diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/views/spotlightView.js b/js/apps/system/_admin/aardvark/APP/frontend/js/views/spotlightView.js index 9102805449..1175d208a6 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/views/spotlightView.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/views/spotlightView.js @@ -113,7 +113,6 @@ url: arangoHelper.databaseUrl('/_api/aql-builtin'), contentType: 'application/json', success: function (data) { - console.log(data); self.stringToArray(); self.updateDatasets(); _.each(data.functions, function (val) {