summaryrefslogtreecommitdiff
path: root/program/steps/mail
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-15 10:15:41 +0000
committeralecpl <alec@alec.pl>2010-06-15 10:15:41 +0000
commit330a10b95294bcc082b880f30d9548891d63a1b0 (patch)
treea1b709fb0e7e454a51d4841b1eb39d5c4a33e469 /program/steps/mail
parent161bb97f45aef45124077a6e010fa73de7f8fe5f (diff)
- remove debug code
Diffstat (limited to 'program/steps/mail')
-rw-r--r--program/steps/mail/func.inc1
1 files changed, 0 insertions, 1 deletions
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 {