Index: trunk/grails-app/domain/Person.groovy
===================================================================
--- trunk/grails-app/domain/Person.groovy	(revision 397)
+++ trunk/grails-app/domain/Person.groovy	(revision 399)
@@ -26,7 +26,4 @@
     boolean isActive = true
 
-    String email
-    boolean emailShow = true
-
     /** description */
     String description = ''
@@ -42,6 +39,4 @@
         description()
         department(nullable:true)
-        email()
-        emailShow()
         isActive()
         //Enforcing minSize on password does not work since "" gets encoded to a string.
