Issue #70 the error_log() is not needed anymore

This commit is contained in:
djmaze 2021-03-26 17:04:53 +01:00
parent 801e3f8e2b
commit 795275334c

View file

@ -119,10 +119,7 @@ class ResponseCollection extends \MailSo\Base\Collection
}
}
$sFullNameRaw = \implode('', $sFullNameRaw);
if (!\strlen($sFullNameRaw)) {
\error_log('ResponseCollection::getFoldersResult: invalid string ' . \var_export($oResponse->ResponseList[4], true));
continue;
}
$oFolder = new Folder($sFullNameRaw,
$oResponse->ResponseList[3], $oResponse->ResponseList[2]);