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) {