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

Remove debug logging

parent 1bd540ef
Branches
Tags
No related merge requests found
......@@ -214,15 +214,6 @@ class StateHandler(object):
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:
prev_states_events = conflicted_state.get(
(event_type, state_key), []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment