removing left over debug in findblock

This commit is contained in:
Sebastian Grewe 2013-06-10 10:27:39 +02:00
parent b58060a8e2
commit 37beca9385

View File

@ -127,7 +127,6 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
$notification->sendNotification($account_id, 'new_block', $aMailData);
}
}
break;
}
}
?>