diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-18 10:11:14 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-18 10:11:14 +0100 |
commit | c71176858b9d58cfbe5520ad1dac8191c005fdc9 (patch) | |
tree | 001135b0a378ded2edd0dac8d16b6b1954ebebf7 /synapse/storage/_base.py | |
parent | Remove debug logging (diff) | |
download | synapse-c71176858b9d58cfbe5520ad1dac8191c005fdc9.tar.xz |
Newline, remove debug logging
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r-- | synapse/storage/_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py index b529e0543e..d1f050394d 100644 --- a/synapse/storage/_base.py +++ b/synapse/storage/_base.py @@ -15,7 +15,6 @@ import logging from synapse.api.errors import StoreError - from synapse.util.logutils import log_function from synapse.util.logcontext import preserve_context_over_fn, LoggingContext from synapse.util.lrucache import LruCache |