diff --git a/core/ManiaExchange/ManiaExchangeMapSearch.php b/core/ManiaExchange/ManiaExchangeMapSearch.php index b991397e..ec6a4d39 100644 --- a/core/ManiaExchange/ManiaExchangeMapSearch.php +++ b/core/ManiaExchange/ManiaExchangeMapSearch.php @@ -209,7 +209,6 @@ class ManiaExchangeMapSearch { $parameters .= "&embeddedobjects=" . (int) $this->embeddedObjects; } - var_dump($this->url . $parameters); $this->maniaControl->getFileReader()->loadFile($this->url . $parameters, function ($mapInfo, $error) use (&$function) { if ($error) { trigger_error($error);