remove permantent error_log on restore of egw_cal_dates

This commit is contained in:
Ralf Becker 2016-11-02 14:27:20 +01:00
parent 80dd3fb710
commit 9dd7076e9d

View File

@ -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;