From dcb50da38a44fcfe8d53a03262975e91ca3e2931 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 17 Mar 2014 13:19:53 +0100 Subject: [PATCH] [REMOVED] Code Debug output --- cronjobs/pps_payout.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/cronjobs/pps_payout.php b/cronjobs/pps_payout.php index 74a3b881..d7036ee0 100755 --- a/cronjobs/pps_payout.php +++ b/cronjobs/pps_payout.php @@ -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());