diff --git a/api/src/Db/Backup.php b/api/src/Db/Backup.php index ed4ad3d0d8..2841af7f27 100644 --- a/api/src/Db/Backup.php +++ b/api/src/Db/Backup.php @@ -585,7 +585,6 @@ class Backup { if ($def['type'] === 'bool') $bools[] = $col; } - if ($table == 'egw_cal_dates') error_log(__METHOD__."() $table: bools=".array2string($bools).", schema[fd]=".array2string($this->schemas[$table]['fd'])); if (feof($f)) break; continue;