summary refs log tree commit diff
path: root/synapse/storage/_base.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-18 10:11:14 +0100
committerErik Johnston <erik@matrix.org>2015-05-18 10:11:14 +0100
commitc71176858b9d58cfbe5520ad1dac8191c005fdc9 (patch)
tree001135b0a378ded2edd0dac8d16b6b1954ebebf7 /synapse/storage/_base.py
parentRemove debug logging (diff)
downloadsynapse-c71176858b9d58cfbe5520ad1dac8191c005fdc9.tar.xz
Newline, remove debug logging
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r--synapse/storage/_base.py1
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