Skip to content

Commit

Permalink
Merge pull request #25 from Aluriak/patch-1
Browse files Browse the repository at this point in the history
remove debug logging
  • Loading branch information
davidkpiano committed Feb 2, 2021
2 parents 2475989 + d171a2a commit 4e38fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xstate/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def _get_configuration(self, state_value, parent=None) -> List[StateNode]:

@property
def initial_state(self) -> State:
print(self.root.initial)
(configuration, _actions, internal_queue) = enter_states(
[self.root.initial],
configuration=set(),
Expand Down

0 comments on commit 4e38fb3

Please sign in to comment.