1
0
Fork 0

Removed console output

This commit is contained in:
Michael Hackstein 2014-11-28 17:11:34 +01:00
parent fd8e3783c9
commit e5f869b97f
1 changed files with 0 additions and 1 deletions

View File

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