From 4b4c3c3f3a2b127a91aed4582bae73d19646b959 Mon Sep 17 00:00:00 2001 From: Georg Ehrke <dev@georgswebsite.de> Date: Sat, 5 May 2012 18:54:21 +0200 Subject: [PATCH] remove debug messages --- apps/calendar/templates/part.eventform.php | 1 - apps/calendar/templates/part.showevent.php | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php index 1eee099d0d1..9e54616190c 100644 --- a/apps/calendar/templates/part.eventform.php +++ b/apps/calendar/templates/part.eventform.php @@ -240,7 +240,6 @@ echo 'Calendar.UI.Share.idtype = "event";' . "\n" . 'Calendar.UI.Share.currentid </td> </tr> </table> - <?php echo $l->t('Summary'); ?>:<span id="repeatsummary"></span> </div> </div> <!--<div id="tabs-3">//Alarm</div> diff --git a/apps/calendar/templates/part.showevent.php b/apps/calendar/templates/part.showevent.php index 6baf0415d54..cad8bd27fb7 100644 --- a/apps/calendar/templates/part.showevent.php +++ b/apps/calendar/templates/part.showevent.php @@ -238,7 +238,6 @@ </td> </tr> </table> - <?php echo $l->t('Summary'); ?>:<span id="repeatsummary"></span> </div> </div> <!--<div id="tabs-3">//Alarm</div> -- GitLab