From e5f869b97f324f14badb0ee69b5fe840a3330e7f Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Fri, 28 Nov 2014 17:11:34 +0100 Subject: [PATCH] Removed console output --- js/apps/system/aardvark/frontend/js/views/applicationsView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/apps/system/aardvark/frontend/js/views/applicationsView.js b/js/apps/system/aardvark/frontend/js/views/applicationsView.js index 87e7d02955..309cdc7393 100644 --- a/js/apps/system/aardvark/frontend/js/views/applicationsView.js +++ b/js/apps/system/aardvark/frontend/js/views/applicationsView.js @@ -189,7 +189,6 @@ window.ApplicationsView = Backbone.View.extend({ }, toggleSystem: function() { - console.log("Toggle"); this._showSystem = !this._showSystem; var self = this; _.each(this._installedSubViews, function(v) {