From e6298325f6c67c2913167df5dbdcd8938290f135 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Fri, 20 Jan 2012 21:11:34 +0100
Subject: [PATCH] Removed debug output

---
 apps/contacts/templates/part.contacts.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/contacts/templates/part.contacts.php b/apps/contacts/templates/part.contacts.php
index 7587670f97..a6ac0f1096 100644
--- a/apps/contacts/templates/part.contacts.php
+++ b/apps/contacts/templates/part.contacts.php
@@ -7,7 +7,6 @@
 			$display = isset($struct['EMAIL'][0])?$struct['EMAIL'][0]['value']:'[UNKNOWN]';
 		}
 	}
-	echo '<!-- '.$display.' -->';
 ?>
 	<li book-id="<?php echo $contact['addressbookid']; ?>" data-id="<?php echo $contact['id']; ?>"><a href="index.php?id=<?php echo $contact['id']; ?>"><?php echo $display; ?></a></li>
 <?php endforeach; ?>
-- 
GitLab