1
0
Fork 0

removed console logs

This commit is contained in:
hkernbach 2016-06-22 21:56:31 +02:00
parent 89a47ee0a3
commit 30d73c2dcf
3 changed files with 0 additions and 3 deletions

View File

@ -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();

View File

@ -295,7 +295,6 @@
}
}
console.log(divID);
_.each(buttons, function(b, i) {
if (b.disabled || !b.callback) {
return;

View File

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