]> git.mxchange.org Git - friendica.git/commitdiff
remove unneeded logger function
authorFabrixxm <fabrix.xm@gmail.com>
Thu, 27 Jun 2013 13:58:39 +0000 (09:58 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Thu, 27 Jun 2013 13:58:39 +0000 (09:58 -0400)
include/onepoll.php

index da5645f7f7b45f2feb06a097711320eb8b1ea5d1..6ff58af6b4e31899cdc3e8749d504345428e357d 100644 (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));