removed finally block

This commit is contained in:
Hüseyin Uslu 2014-03-02 17:48:33 +02:00
parent f6ceace386
commit e73adc193e

View File

@ -40,9 +40,8 @@
$status = 'UNKNOWN';
}
}
finally {
printf($mask, $block['id'], $block['height'], $block['confirmations'], strftime("%Y-%m-%d %H:%M:%S", $block['time']), $status);
}
printf($mask, $block['id'], $block['height'], $block['confirmations'], strftime("%Y-%m-%d %H:%M:%S", $block['time']), $status);
}
echo "Done..". PHP_EOL;