suppression var_dump
This commit is contained in:
parent
c4e2356877
commit
aa0c80dd08
|
@ -255,7 +255,6 @@
|
|||
$checkSubject = $checkSubject && isset($json['subject']['subject_id']) && is_numeric($json['subject']['subject_id']);
|
||||
|
||||
// Erreur des attributs du sujet incorrects ou manquants
|
||||
var_dump($checkSubject);
|
||||
if( !$checkSubject )
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue