Removed debug exit on findblock cron

This commit is contained in:
Sebastian Grewe 2013-07-04 09:12:11 +02:00
parent 3ab9d5252f
commit b021440ab7

View File

@ -63,7 +63,6 @@ if (empty($aTransactions['transactions'])) {
verbose("Failed" . "\n");
}
}
exit;
}
}