* wrap/python/ajax/trans.html: Remove some debugging statements.

This commit is contained in:
Alexandre Duret-Lutz 2015-08-07 10:30:33 +02:00
parent c0b77b2e62
commit 254910ed7c

View file

@ -248,9 +248,6 @@
.load("/cgi-bin/spotcgi.py", .load("/cgi-bin/spotcgi.py",
fragment, fragment,
function(response, status, xhr) { function(response, status, xhr) {
console.log(response);
console.log(status);
console.log(xhr);
$.doTimeout('res-update'); $.doTimeout('res-update');
if (status == "error") { if (status == "error") {
var msg = "Sorry but there was an error: "; var msg = "Sorry but there was an error: ";