Skip to content

Commit 140bb59

Browse files
committed
Remove debug logs
1 parent 8328e1f commit 140bb59

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

synapse/util/async_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,6 @@ def time_it_out() -> None:
812812
timed_out[0] = True
813813

814814
try:
815-
logger.info("asdf timeout_deferred cancel")
816815
with PreserveLoggingContext():
817816
deferred.cancel()
818817
except Exception: # if we throw any exception it'll break time outs

tests/util/test_async_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ async def competing_task() -> None:
307307
#
308308
# In this specific test, we expect the deferred to timeout and raise an
309309
# exception at this point.
310-
logger.info("asdf awaiting make_deferred_yieldable")
311310
await make_deferred_yieldable(timing_out_d)
312311

313312
self.fail(

0 commit comments

Comments
 (0)