removing debug echos
This commit is contained in:
parent
5257001153
commit
bc7e511177
@ -201,7 +201,6 @@ class User {
|
||||
return $result->fetch_all(MYSQLI_ASSOC);
|
||||
}
|
||||
$this->debug->append("Unable to fetch users with AP set");
|
||||
echo $this->mysqli->error;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) {
|
||||
$iKey = $_REQUEST['height'];
|
||||
}
|
||||
}
|
||||
echo $iKey;
|
||||
$aDetailsForBlockHeight = $roundstats->getDetailsForBlockHeight($iKey, $user->isAdmin($_SESSION['USERDATA']['id']));
|
||||
$aRoundShareStats = $roundstats->getRoundStatsForAccounts($iKey, $user->isAdmin($_SESSION['USERDATA']['id']));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user