From 330a10b95294bcc082b880f30d9548891d63a1b0 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 15 Jun 2010 10:15:41 +0000 Subject: - remove debug code --- program/steps/mail/func.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'program') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index c7489148e..a63b50907 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1530,7 +1530,6 @@ function rcmail_user_date() // get user's timezone if ($CONFIG['timezone'] === 'auto') { - console($_SESSION['timezone']); $tz = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : date('Z')/3600; } else { -- cgit v1.2.3