remove unneeded logger function

This commit is contained in:
Fabrixxm 2013-06-27 09:58:39 -04:00
parent 0a1697d13a
commit 4748b6c4c3
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
require_once("boot.php");
function logger($txt, $lvl=""){
echo $txt."\n";
}
function RemoveReply($subject) {
while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))
$subject = trim(substr($subject, 4));