[FIX] Removed debug output
This commit is contained in:
parent
0fb543c3ed
commit
b905089a01
@ -487,7 +487,6 @@ class Statistics extends Base {
|
|||||||
while ($row = $result->fetch_assoc()) {
|
while ($row = $result->fetch_assoc()) {
|
||||||
$aData['data'][$row['id']] = $row;
|
$aData['data'][$row['id']] = $row;
|
||||||
}
|
}
|
||||||
var_dump($aData);
|
|
||||||
return $this->memcache->setCache(STATISTICS_ALL_USER_HASHRATES, $aData);
|
return $this->memcache->setCache(STATISTICS_ALL_USER_HASHRATES, $aData);
|
||||||
} else {
|
} else {
|
||||||
return $this->sqlError();
|
return $this->sqlError();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user