From 7955120aed32882dad630d7dee88cc86eda77793 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <dev@georgswebsite.de>
Date: Thu, 9 Aug 2012 17:39:16 +0200
Subject: [PATCH] remove debug code from calendar - thanks michael for pointing
 that out :)

---
 apps/calendar/index.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/calendar/index.php b/apps/calendar/index.php
index 352c295c43..a8ad4ab335 100644
--- a/apps/calendar/index.php
+++ b/apps/calendar/index.php
@@ -5,7 +5,6 @@
  * later.
  * See the COPYING-README file.
  */
-DEFINE('DEBUG', TRUE);
 OCP\User::checkLoggedIn();
 OCP\App::checkAppEnabled('calendar');
 
-- 
GitLab