mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
Remove debug logging
This commit is contained in:
parent
2a07c5ded6
commit
63d9a00bf1
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue