From: Craig Andrews Date: Fri, 13 Nov 2009 01:15:10 +0000 (-0500) Subject: blasted, that should not be there X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f60a55d9ec08019c7e1a9b60bc5d34fad61fb088;p=quix0rs-gnu-social.git blasted, that should not be there --- diff --git a/lib/util.php b/lib/util.php index 4b2a25eade..68f3520db5 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1058,7 +1058,6 @@ function common_log($priority, $msg, $filename=null) } } else { common_ensure_syslog(); - error_log($msg); syslog($priority, $msg); } }