removed debug output
This commit is contained in:
parent
5436be049d
commit
cfb209a425
@ -195,7 +195,6 @@ class Statistics {
|
|||||||
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);
|
||||||
var_dump($this->debug);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,6 @@ if ($_REQUEST['do'] == 'save' && !empty($_REQUEST['data'])) {
|
|||||||
|
|
||||||
// Fetch settings to propagate to template
|
// Fetch settings to propagate to template
|
||||||
$smarty->assign("MAINTENANCE", $setting->getValue('maintenance'));
|
$smarty->assign("MAINTENANCE", $setting->getValue('maintenance'));
|
||||||
var_dump($setting->getValue('lock_registration'));
|
|
||||||
$smarty->assign("LOCKREGISTRATION", $setting->getValue('lock_registration'));
|
$smarty->assign("LOCKREGISTRATION", $setting->getValue('lock_registration'));
|
||||||
|
|
||||||
// Tempalte specifics
|
// Tempalte specifics
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user