|
@@ -83,7 +83,6 @@ func (ua *UserAnalysis) mgoUserRange(ctx context.Context) {
|
|
|
|
|
|
for _, p := range g.Cfg().MustGet(ctx, "testUserPhone").Strings() {
|
|
|
if (p == s_phone || p == s_m_phone) && p != "" {
|
|
|
- fmt.Println(p, base_user_id)
|
|
|
ua.TestUser[base_user_id] = true
|
|
|
}
|
|
|
}
|