Skip to content
Snippets Groups Projects
Commit 1b779f14 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

remove logging

parent 2c5c28f1
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ class Monitor:
def outer(fun):
@functools.wraps(fun)
def inner(*args, **kwargs):
logger.warning(f'{args} {kwargs}')
with cls.acquire(monitor):
return fun(*args, **kwargs)
return inner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment