removed stray error_log

This commit is contained in:
Ralf Becker 2014-07-24 07:24:56 +00:00
parent 786a8d0dfb
commit 5d8fe4498e

View File

@ -931,8 +931,6 @@ class infolog_bo
$values['info_id'] = $info_id;
$to_write['info_id'] = $info_id;
error_log(__LINE__);
error_log(array2string($values));
// if the info responbsible array is not passed, fetch it from old.
if (!array_key_exists('info_responsible',$values)) $values['info_responsible'] = $old['info_responsible'];
if (!is_array($values['info_responsible'])) // this should not happen, bug it does ;-)