removing debug echos

This commit is contained in:
Sebastian Grewe 2013-09-06 15:00:47 +02:00
parent 5257001153
commit bc7e511177
2 changed files with 0 additions and 2 deletions

View File

@ -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;
}

View File

@ -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']));