From: Fabrixxm Date: Thu, 27 Jun 2013 13:58:39 +0000 (-0400) Subject: remove unneeded logger function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4748b6c4c33e5fea856304160ab221d4b9520689;p=friendica.git remove unneeded logger function --- 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));