mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
Remove debug logging
This commit is contained in:
parent
1bd540ef79
commit
7a1e881665
1 changed files with 0 additions and 9 deletions
|
@ -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), []
|
||||
|
|
Loading…
Reference in a new issue