1
0
Fork 0

console logs

This commit is contained in:
hkernbach 2016-06-14 18:58:09 +02:00
parent 6a44df6cad
commit c0f1adaed9
1 changed files with 1 additions and 6 deletions

View File

@ -1223,7 +1223,6 @@
});
}
console.log("saving");
var callback = function(error) {
if (error) {
arangoHelper.arangoError("Query", "Could not save query");
@ -1553,10 +1552,7 @@
if (data.id) {
$.ajax({
url: '/_api/cursor/' + encodeURIComponent(data.id),
type: 'DELETE',
error: function(error) {
console.log(error);
}
type: 'DELETE'
});
}
};
@ -1610,7 +1606,6 @@
}
}
catch (e) {
console.log(error);
if (error.code !== 400) {
arangoHelper.arangoError("Query", "Successfully aborted.");
}