Chore: debug logs
This commit is contained in:
@ -59,7 +59,7 @@ func getFullInfoByCtx(ctx context.Context) (*models.FullInfo, error) {
|
||||
}
|
||||
resp.State = state
|
||||
if state.RoomID == nil || *state.RoomID == "" {
|
||||
log.Debug("returning state without room", "username", state.Username)
|
||||
// log.Debug("returning state without room", "username", state.Username)
|
||||
return resp, nil
|
||||
}
|
||||
// room, err := getRoomByID(state.RoomID)
|
||||
|
Reference in New Issue
Block a user