summaryrefslogtreecommitdiffstats
path: root/model/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/team.go')
-rw-r--r--model/team.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/model/team.go b/model/team.go
index 072e0a8c0..dccc0219e 100644
--- a/model/team.go
+++ b/model/team.go
@@ -224,9 +224,6 @@ func CleanTeamName(s string) string {
return s
}
-func (o *Team) PreExport() {
-}
-
func (o *Team) Sanitize() {
o.Email = ""
o.AllowedDomains = ""