Commit 2a52aaec authored by hujiebin's avatar hujiebin

去掉多余的代码

parent cb7541b7
......@@ -37,11 +37,6 @@ func OnMicCheck() {
}); err != nil {
model.Log.Errorf("PublishOnMicEvent fail:%v", err)
}
//if err := group_mic_s.NewGroupPowerService(model.MyContext).GroupPowerOnMicExp(groupId, micUser.UserId, micUser.Timestamp); err != nil {
// model.Log.Errorf("cron micIn GroupPowerOnMicExp err:%v", err)
//} else {
// model.Log.Infof("cron micIn GroupPowerOnMicExp success, groupId:%v, userId:%v", groupId, micUser.UserId)
//}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment