From 4748b6c4c33e5fea856304160ab221d4b9520689 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Thu, 27 Jun 2013 09:58:39 -0400 Subject: [PATCH] remove unneeded logger function --- include/onepoll.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/onepoll.php b/include/onepoll.php index da5645f7f7..6ff58af6b4 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -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));