diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-01 11:38:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-01 11:38:10 -0400 |
commit | f61645aef803d7d39d03fddb25106bb9eae06060 (patch) | |
tree | feec43ecd1cdd2cddee9d3902200d7baf8133615 | |
parent | fc20da19bbd8c4a79872ebf7c7953a4622045133 (diff) |
take out session handler notification
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index f9ff38c8a..203506bbc 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(); |