[REMOVED] Code Debug output

This commit is contained in:
Sebastian Grewe 2014-03-17 13:19:53 +01:00
parent 914df494ed
commit dcb50da38a

View File

@ -65,8 +65,6 @@ if ($config['pps']['reward']['type'] == 'blockavg' && $block->getBlockCount() >
// Per-share value to be paid out to users
$pps_value = round($pps_reward / (pow(2, $coin->getTargetBits()) * $dDifficulty), 12);
echo $pps_value;
exit;
// Find our last share accounted and last inserted share for PPS calculations
if (!$iPreviousShareId = $setting->getValue('pps_last_share_id')) {
$log->logError("Failed to fetch Previous Share ID. This is okay on your first run or when without any shares. ERROR: " . $setting->getCronError());