mirror of https://gitee.com/bigwinds/arangodb
Removed console output
This commit is contained in:
parent
68924f3f92
commit
3698fc590f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue