remove log

This commit is contained in:
Beu 2025-03-15 12:31:52 +01:00
parent abe85dc9e8
commit ac76a326bf

View File

@ -389,7 +389,6 @@ class MatchManagerMultipleConfigManager implements ManialinkPageAnswerListener,
* @param Player $player * @param Player $player
*/ */
public function showConfigListUI(array $chat, Player $player) { public function showConfigListUI(array $chat, Player $player) {
Logger::log("showConfigListUI");
$width = $this->maniaControl->getManialinkManager()->getStyleManager()->getListWidgetsWidth(); $width = $this->maniaControl->getManialinkManager()->getStyleManager()->getListWidgetsWidth();
$height = $this->maniaControl->getManialinkManager()->getStyleManager()->getListWidgetsHeight(); $height = $this->maniaControl->getManialinkManager()->getStyleManager()->getListWidgetsHeight();