Removing debug output

This commit is contained in:
Sebastian Grewe 2013-07-18 09:45:20 +02:00
parent 73ec707381
commit 6d379e8e58

View File

@ -12,7 +12,6 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) {
$dDifficulty = $dDifficulty['proof-of-work'];
$iBlock = $bitcoin->getblockcount();
$sBlockHash = $bitcoin->query('getblockhash', $iBlock);
var_dump($sBlockHash);
} else {
$dDifficulty = 1;
$iBlock = 0;