Skip to content

Commit 1e89479

Browse files
committed
gca remove useless log line
1 parent a55b54c commit 1e89479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/pkg/services/user_service.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ func (service *UserService) SendPhoneDeadEmail(ctx context.Context, params *User
131131
return service.tracer.WrapErrorSpan(span, stacktrace.Propagate(err, msg))
132132
}
133133

134-
ctxLogger.Info("sending email")
135134
if err = service.mailer.Send(ctx, email); err != nil {
136135
msg := fmt.Sprintf("canot send phone dead notification to user [%s]", params.UserID)
137136
return service.tracer.WrapErrorSpan(span, stacktrace.Propagate(err, msg))

0 commit comments

Comments
 (0)