diff --git a/application/views/user_admin.xhtml b/application/views/user_admin.xhtml
index 8b36b4f4cbd5950f970c800986e5754cdeeb90ae..ee5ddb0d33dae4666631d7d69dd99f2340d1560c 100644
--- a/application/views/user_admin.xhtml
+++ b/application/views/user_admin.xhtml
@@ -73,7 +73,6 @@
                                        $this->group->description,
                                        array('rows' => 5, 'cols' => 50)); ?>
         <label for="groups">Groups:</label>
-        <?php print_r($this->group->getGroups(false)); ?>
         <?php echo $this->formSelect('groups',
                                      $this->group->getGroups(false)->columnToArray(Groups::getInstance()->getPrimaryKeyName(true)),
                                      array('multiple' => 'multiple'),