From fc3e1a8590046c858b2ddebdf6c43df8240e9a97 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 28 Dec 2008 11:58:46 +0000 Subject: remove debug echo --- functions/init.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/init.inc.php b/functions/init.inc.php index 87f4f47..8d15778 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -127,8 +127,6 @@ foreach ($web_cals as $web_cal) { # $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4); $cal_displaynames[] = substr(basename($web_cal), 0, -4); - // FIXME - echo "$web_cal
"; if(in_array($web_cal, $list_webcals)){ $web_cal = md5($phpiCal_config->salt.$web_cal); } -- cgit v1.2.3