remove permantent error_log on restore of egw_cal_dates

This commit is contained in:
Ralf Becker 2016-11-02 14:28:34 +01:00
parent 7b95aa73b4
commit 2d35e890fd

View File

@ -585,7 +585,6 @@ class Backup
{ {
if ($def['type'] === 'bool') $bools[] = $col; 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; if (feof($f)) break;
continue; continue;