🔇 (board)

This commit is contained in:
Julien Calixte
2023-07-24 22:47:09 +02:00
parent 734c17fd29
commit 05786ba854

View File

@@ -232,8 +232,6 @@ export const nextDay = (state: State, strategy: Strategy): State => {
state.backlog = backlog
state.features = features
console.log(state.features)
return state
}