diff --git a/application/core/Server/UsageReporter.php b/application/core/Server/UsageReporter.php index 2008a5e2..45015b19 100644 --- a/application/core/Server/UsageReporter.php +++ b/application/core/Server/UsageReporter.php @@ -59,8 +59,10 @@ class UsageReporter implements TimerListener { $info = base64_encode($json); //TODO make on website - /*$this->maniaControl->fileReader->loadFile("url/webservice?info=" . $info, function ($response, $error){ - $this->maniaControl->log("Error while Sending data: " . $error); - });*/ + /* $this->maniaControl->fileReader->loadFile("url/webservice?info=" . $info, function ($response, $error) { + if ($error) { + $this->maniaControl->log("Error while Sending data: " . $error); + } + });*/ } } \ No newline at end of file