mirror of https://gitee.com/bigwinds/arangodb
removed console logs
This commit is contained in:
parent
89a47ee0a3
commit
30d73c2dcf
|
@ -40,7 +40,6 @@
|
|||
toggleSwagger: function() {
|
||||
|
||||
var callbackFunction = function(json) {
|
||||
console.log(json);
|
||||
$('#jsonLink').html('JSON');
|
||||
this.jsonEditor.setValue(JSON.stringify(json, null, "\t"), 1);
|
||||
$('#swaggerJsonContent').show();
|
||||
|
|
|
@ -295,7 +295,6 @@
|
|||
}
|
||||
|
||||
}
|
||||
console.log(divID);
|
||||
_.each(buttons, function(b, i) {
|
||||
if (b.disabled || !b.callback) {
|
||||
return;
|
||||
|
|
|
@ -299,7 +299,6 @@
|
|||
return;
|
||||
}
|
||||
var user = this.collection.findWhere({"user": username});
|
||||
console.log(user);
|
||||
user.save({"extra": {"name":name}, "active":status}, {
|
||||
type: "PATCH",
|
||||
success: function() {
|
||||
|
|
Loading…
Reference in New Issue