summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-06-12 11:13:30 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-06-12 11:13:30 +0100
commit63d9a00bf11b5d0f50c173258a0d24ddc0fb7bdf (patch)
tree47eac4aefb2637dd769cd7de3e5ed5443fab1298
parentTest that a mark_unread action updates the right counter (diff)
downloadsynapse-63d9a00bf11b5d0f50c173258a0d24ddc0fb7bdf.tar.xz
Remove debug logging
-rw-r--r--tests/storage/test_event_push_actions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/storage/test_event_push_actions.py b/tests/storage/test_event_push_actions.py
index 1e6ec95315..303dc8571c 100644
--- a/tests/storage/test_event_push_actions.py
+++ b/tests/storage/test_event_push_actions.py
@@ -17,7 +17,6 @@ from mock import Mock
 
 from twisted.internet import defer
 
-from tests import unittest
 import tests.unittest
 import tests.utils
 
@@ -54,7 +53,6 @@ class EventPushActionsStoreTestCase(tests.unittest.TestCase):
             USER_ID, 0, 1000, 20
         )
 
-    @unittest.DEBUG
     @defer.inlineCallbacks
     def test_count_aggregation(self):
         room_id = "!foo:example.com"