diff --git a/etemplate/inc/class.bo_tracking.inc.php b/etemplate/inc/class.bo_tracking.inc.php index a1e0ad7eb9..2e2f40a655 100644 --- a/etemplate/inc/class.bo_tracking.inc.php +++ b/etemplate/inc/class.bo_tracking.inc.php @@ -345,7 +345,7 @@ abstract class bo_tracking if (is_null($changed_fields)) { $changed_fields = self::changed_fields($data,$old); - error_log(__METHOD__.__LINE__.' Changedfields:'.array2string($changed_fields)); + //error_log(__METHOD__.__LINE__.' Changedfields:'.array2string($changed_fields)); } if (!$changed_fields) return 0;