summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-05-23 16:32:01 +0100
committerDavid Baker <dave@matrix.org>2016-05-23 16:32:01 +0100
commit31b5395ab6f1bec6a7198f2302ec43a891c95d03 (patch)
tree0b5bcef0053069169c66801dd95eae736219978a /synapse/storage
parentOops, missing comma (diff)
downloadsynapse-31b5395ab6f1bec6a7198f2302ec43a891c95d03.tar.xz
Remove debug logging
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/event_push_actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/event_push_actions.py b/synapse/storage/event_push_actions.py

index 88f9b4b642..4dae51a172 100644 --- a/synapse/storage/event_push_actions.py +++ b/synapse/storage/event_push_actions.py
@@ -312,7 +312,6 @@ class EventPushActionsStore(SQLBaseStore): range_start = middle else: range_end = middle - logger.info("done: picking %d from %d and %d", range_end, range_start, range_end) return range_end