🔇 Remove depreciation log in \WebPage::outputCollapsibleSectionInit as this call must be kept for compatibility

The log will be added but elsewhere, in methods only called by consumers and not by the API itself (like \WebPage::StartCollapsibleSection ?)
This commit is contained in:
Pierre Goiffon
2021-04-13 15:45:55 +02:00
parent 7f4ef12c04
commit f8757c6d5d

View File

@@ -1427,7 +1427,6 @@ class WebPage implements Page
*/
protected function outputCollapsibleSectionInit()
{
DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
if (!$this->bHasCollapsibleSection) {
return;
}