Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Oct 13, 2024
1 parent c4508b4 commit 6d14aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ const machine = src.createMachine({
on: {
'task.selected': {
guard: 'is-feeding-task?',
actions: ['task-forward', ({event}) => console.log('wwww', event)]
actions: 'task-forward'
},
'task.completed': {
guard: 'is-main-feeding-task?',
Expand Down

0 comments on commit 6d14aee

Please sign in to comment.