Skip to content

Commit 0af8011

Browse files
committed
remove debug message
1 parent 1a78447 commit 0af8011

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/utils/utils.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ func NormalizeEmail(email0 string) string {
255255
email, _ := url.QueryUnescape(email0)
256256
email = strings.ToLower(email)
257257
email = strings.TrimSpace(email)
258-
if email0 != email {
259-
log.Printf("Email before normalization: %s, after: %s\n", email0, email)
260-
}
261258
return email
262259
}
263260

0 commit comments

Comments
 (0)