From: Andrew Dolgov Date: Mon, 22 Jun 2009 12:15:07 +0000 (+0400) Subject: http_authenticate_user: remove unnecessary logging X-Git-Tag: 1.3.4~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=99ea1043da1e1a737031ed873bbd05d175b3e1a6;p=tt-rss.git http_authenticate_user: remove unnecessary logging --- diff --git a/functions.php b/functions.php index 90b9b49e..da1326be 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"]) {