From f60a55d9ec08019c7e1a9b60bc5d34fad61fb088 Mon Sep 17 00:00:00 2001
From: Craig Andrews <candrews@integralblue.com>
Date: Thu, 12 Nov 2009 20:15:10 -0500
Subject: [PATCH] blasted, that should not be there

---
 lib/util.php | 1 -
 1 file changed, 1 deletion(-)

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);
     }
 }
-- 
2.39.5