remove console.debug
This commit is contained in:
parent
20570c87ff
commit
0068caaf89
1 changed files with 2 additions and 2 deletions
|
|
@ -1183,7 +1183,7 @@ function op_save(obj)
|
|||
parameters: queryString,
|
||||
onFailure: null,
|
||||
onSuccess: function(req,json) {
|
||||
console.debug (req);
|
||||
|
||||
|
||||
if (req.responseXML == null ){
|
||||
smoke.alert(req.responseText);
|
||||
|
|
@ -1547,7 +1547,7 @@ function duplicate_operation(p_dossier,p_jr_id) {
|
|||
onSuccess:function(req) {
|
||||
remove_waiting_box();
|
||||
var xml=req.responseXML;
|
||||
console.debug ("received"+xml);
|
||||
|
||||
if ( xml.getElementsByTagName("ctl").length==0) {
|
||||
console.log("erreur"+req.responseText);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue