enhance(user):清除已经不再使用的调试语句。
This commit is contained in:
parent
8caf069b8a
commit
183092b670
|
@ -296,7 +296,6 @@ func (us _UserService) SearchLimitUsers(keyword string, limit int) ([]model.Join
|
||||||
Type: u.Type,
|
Type: u.Type,
|
||||||
Enabled: u.Enabled,
|
Enabled: u.Enabled,
|
||||||
})
|
})
|
||||||
us.l.Debug("Check", zap.Any("User", u), zap.Any("Detail", u.Detail), zap.Any("assembled", detailedUsers))
|
|
||||||
relations = append(relations, fmt.Sprintf("user:%s", u.Id))
|
relations = append(relations, fmt.Sprintf("user:%s", u.Id))
|
||||||
}
|
}
|
||||||
relations = append(relations, "user")
|
relations = append(relations, "user")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user