removed debug output

This commit is contained in:
Sebastian Grewe 2013-06-30 13:43:05 +02:00
parent 5436be049d
commit cfb209a425
2 changed files with 0 additions and 2 deletions

View File

@ -195,7 +195,6 @@ class Statistics {
return $this->memcache->setCache(__FUNCTION__ . $account_id, $result->fetch_assoc());
// Catchall
$this->debug->append("Unable to fetch user round shares: " . $this->mysqli->error);
var_dump($this->debug);
return false;
}

View File

@ -18,7 +18,6 @@ if ($_REQUEST['do'] == 'save' && !empty($_REQUEST['data'])) {
// Fetch settings to propagate to template
$smarty->assign("MAINTENANCE", $setting->getValue('maintenance'));
var_dump($setting->getValue('lock_registration'));
$smarty->assign("LOCKREGISTRATION", $setting->getValue('lock_registration'));
// Tempalte specifics