Skip to content
Snippets Groups Projects
Commit 7a1e8816 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove debug logging

parent 1bd540ef
No related branches found
No related tags found
No related merge requests found
...@@ -214,15 +214,6 @@ class StateHandler(object): ...@@ -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), []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment