From efa9c275c9feabc6669d7feb7cc948d488eae69c Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 21 Jan 2015 21:27:40 +0100 Subject: [PATCH] removed debug var_dump --- core/ManiaExchange/ManiaExchangeMapSearch.php | 1 - 1 file changed, 1 deletion(-) 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);