Skip to content

Commit 3c9aa71

Browse files
committed
remove trace code
1 parent aceac6c commit 3c9aa71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/user/user.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,6 @@ func ValidateCommitWithEmail(ctx context.Context, c *git.Commit) *User {
10801080
return nil
10811081
}
10821082

1083-
fmt.Println("11111----", c.Author.Email)
1084-
10851083
u, err := GetUserByEmail(ctx, c.Author.Email)
10861084
if err != nil {
10871085
return nil

0 commit comments

Comments
 (0)