mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 01:21:09 +03:00
Dont' log so aggressively
This commit is contained in:
parent
822fcc3bb8
commit
956b47da2b
1 changed files with 0 additions and 5 deletions
|
@ -747,11 +747,6 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
|
|||
|
||||
filter_clause, filter_args = filter_to_clause(event_filter)
|
||||
|
||||
logger.info("event_filter: %s", event_filter)
|
||||
if event_filter is not None:
|
||||
logger.info("event_filter: %s", event_filter.thread_id)
|
||||
logger.info("Paginating with filter: %s", filter_clause)
|
||||
|
||||
if filter_clause:
|
||||
bounds += " AND " + filter_clause
|
||||
args.extend(filter_args)
|
||||
|
|
Loading…
Reference in a new issue