Remove debug logging
This commit is contained in:
parent
1bd540ef79
commit
7a1e881665
|
@ -214,15 +214,6 @@ class StateHandler(object):
|
||||||
if len(v.values()) > 1
|
if len(v.values()) > 1
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.debug(
|
|
||||||
"resolve_state_groups Unconflicted state: %s",
|
|
||||||
unconflicted_state.values(),
|
|
||||||
)
|
|
||||||
logger.debug(
|
|
||||||
"resolve_state_groups Conflicted state: %s",
|
|
||||||
conflicted_state.values(),
|
|
||||||
)
|
|
||||||
|
|
||||||
if event_type:
|
if event_type:
|
||||||
prev_states_events = conflicted_state.get(
|
prev_states_events = conflicted_state.get(
|
||||||
(event_type, state_key), []
|
(event_type, state_key), []
|
||||||
|
|
Loading…
Reference in New Issue