From 99ea1043da1e1a737031ed873bbd05d175b3e1a6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Jun 2009 16:15:07 +0400 Subject: [PATCH] http_authenticate_user: remove unnecessary logging --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 90b9b49e0..da1326be2 100644 --- a/functions.php +++ b/functions.php @@ -1714,7 +1714,7 @@ function http_authenticate_user($link) { - error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log'); +// error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log'); if (!$_SERVER["PHP_AUTH_USER"]) {