mirror of https://gitee.com/bigwinds/arangodb
Removed console output
This commit is contained in:
parent
fd8e3783c9
commit
e5f869b97f
|
@ -189,7 +189,6 @@ window.ApplicationsView = Backbone.View.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleSystem: function() {
|
toggleSystem: function() {
|
||||||
console.log("Toggle");
|
|
||||||
this._showSystem = !this._showSystem;
|
this._showSystem = !this._showSystem;
|
||||||
var self = this;
|
var self = this;
|
||||||
_.each(this._installedSubViews, function(v) {
|
_.each(this._installedSubViews, function(v) {
|
||||||
|
|
Loading…
Reference in New Issue