Chore: code cleaning
This commit is contained in:
@ -316,10 +316,6 @@ func (b *Bot) BotMove() {
|
||||
if err := repo.JournalCreate(context.Background(), &lj); err != nil {
|
||||
b.log.Warn("failed to write to journal", "entry", lj)
|
||||
}
|
||||
// eventName = models.NotifyRoomUpdatePrefix + room.ID
|
||||
// eventPayload = ""
|
||||
// TODO: needs to decide if it wants to open the next cardword or end turn
|
||||
// or end turn on limit
|
||||
default:
|
||||
b.log.Error("unexpected role", "role", b.Role, "resp-map", tempMap)
|
||||
return
|
||||
|
Reference in New Issue
Block a user