chore: debugログを削除

pull/20/head
yupix 2 years ago
parent 2f2b9e6fa1
commit a592c77bae
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -212,7 +212,6 @@ def cache(func, group: str = 'default', override: bool = False):
ordered_kwargs = sorted(kwargs.items())
key = '.{0}' + str(args) + str(ordered_kwargs)
hit_item = get_cache(group, key)
print(hit_item)
if hit_item and override is False:
return hit_item
res = await func(self, *args, **kwargs)

Loading…
Cancel
Save