Skip to content

Commit d0bb39e

Browse files
chore(overmind): remove log
1 parent 7f353eb commit d0bb39e

File tree

1 file changed

+0
-1
lines changed
  • packages/node_modules/overmind/src

1 file changed

+0
-1
lines changed

packages/node_modules/overmind/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,6 @@ export class Overmind<ThisConfig extends IConfiguration>
662662

663663
let pendingFlush
664664
mutationTree.onMutation((mutation) => {
665-
console.log("WTF?", mutation)
666665
if (pendingFlush) {
667666
clearTimeout(pendingFlush)
668667
}

0 commit comments

Comments
 (0)