1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

removed debug code

This commit is contained in:
Ilia Alshanetsky
2006-07-27 14:05:03 +00:00
parent e5a1182304
commit dcb4b314bf

View File

@@ -768,7 +768,6 @@ static void php_session_initialize(TSRMLS_D)
if (!PS(id)) {
new_session:
PS(id) = PS(mod)->s_create_sid(&PS(mod_data), NULL TSRMLS_CC);
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Making a new session %s.", PS(id));
if (PS(use_cookies)) {
PS(send_cookie) = 1;
}