Removed var_dump debug output
This commit is contained in:
parent
425b821618
commit
c9915ce628
@ -203,7 +203,6 @@ class Statistics {
|
|||||||
AND UNIX_TIMESTAMP(s.time) >IFNULL((SELECT MAX(b.time) FROM " . $this->block->getTableName() . " AS b),0)
|
AND UNIX_TIMESTAMP(s.time) >IFNULL((SELECT MAX(b.time) FROM " . $this->block->getTableName() . " AS b),0)
|
||||||
AND u.id = ?");
|
AND u.id = ?");
|
||||||
if ($stmt && $stmt->bind_param("i", $account_id) && $stmt->execute() && $result = $stmt->get_result())
|
if ($stmt && $stmt->bind_param("i", $account_id) && $stmt->execute() && $result = $stmt->get_result())
|
||||||
var_dump($result->fetch_assoc());
|
|
||||||
return $this->memcache->setCache(__FUNCTION__ . $account_id, $result->fetch_assoc());
|
return $this->memcache->setCache(__FUNCTION__ . $account_id, $result->fetch_assoc());
|
||||||
// Catchall
|
// Catchall
|
||||||
$this->debug->append("Unable to fetch user round shares: " . $this->mysqli->error);
|
$this->debug->append("Unable to fetch user round shares: " . $this->mysqli->error);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user