diff --git a/api/src/Db/Backup.php b/api/src/Db/Backup.php index 105f5fcaa3..0cd20ccfb4 100644 --- a/api/src/Db/Backup.php +++ b/api/src/Db/Backup.php @@ -596,7 +596,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;