From: Evan Prodromou Date: Wed, 1 Jul 2009 15:38:10 +0000 (-0400) Subject: take out session handler notification X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f61645aef803d7d39d03fddb25106bb9eae06060;p=quix0rs-gnu-social.git take out session handler notification --- diff --git a/lib/util.php b/lib/util.php index f9ff38c8ad..203506bbc0 100644 --- a/lib/util.php +++ b/lib/util.php @@ -145,7 +145,6 @@ function common_ensure_session() } if (!common_have_session()) { if (common_config('sessions', 'handle')) { - common_log(LOG_INFO, "Using our own session handler"); Session::setSaveHandler(); } @session_start();