Remove wfDebugLog() call from wfSetupSession()
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Tue, 25 Mar 2014 18:41:18 +0000 (19:41 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Tue, 25 Mar 2014 18:41:18 +0000 (19:41 +0100)
commit9cfd31a708afc617837dc9830689cea8a224ebcd
tree49ca8d99d711af564caf1c8648b34f8703d6e062
parent587a98aa02351b5a27145e92d3827a0945b70a41
Remove wfDebugLog() call from wfSetupSession()

Since Iffba121a99 (00b7f76) with the removal of wfHttpOnlySafe(),
session cookie's parameters are based only on configuration
settings, so there is no point to spam the "cookie" log group
with predicitible values.

Change-Id: I8b1cdea929cefc32dd8b01c2ecbf2d76bb64189f
includes/GlobalFunctions.php