diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 8be1fa5e6..aa4fe83ce 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -1487,17 +1487,13 @@ function duplicate_operation(p_dossier,p_jr_id) {
},
onSuccess:function(req) {
remove_waiting_box();
- console.debug("success");
var xml=req.responseXML;
console.debug ("received"+xml);
if ( xml.getElementsByTagName("ctl").length==0) {
console.log("erreur"+req.responseText);
}
- console.debug("ok we display");
add_div(duplicate_div);
- console.debug (getNodeText(xml.getElementsByTagName("code")[0]));
- console.debug("fill div");
duplicate_div.setStyle({"position":"fixed","top":"15%","z-index":"999",
"min-width":"30rem",
"left":"30%",