[FIX] Removed debug output

This commit is contained in:
Sebastian Grewe 2014-01-19 17:18:09 +01:00
parent 0fb543c3ed
commit b905089a01

View File

@ -487,7 +487,6 @@ class Statistics extends Base {
while ($row = $result->fetch_assoc()) {
$aData['data'][$row['id']] = $row;
}
var_dump($aData);
return $this->memcache->setCache(STATISTICS_ALL_USER_HASHRATES, $aData);
} else {
return $this->sqlError();