]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removed debug output
authorThomas Tanghus <thomas@tanghus.net>
Fri, 20 Jan 2012 20:11:34 +0000 (21:11 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 24 Jan 2012 22:08:40 +0000 (23:08 +0100)
apps/contacts/templates/part.contacts.php

index 7587670f974e26639d05cad175830bb70a7f618c..a6ac0f1096ad6ce370bc4c8d1e550a98a3be6e16 100644 (file)
@@ -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; ?>