remove: remove logging

This commit is contained in:
behruz-dev
2025-08-26 15:44:51 +05:00
parent dd14d3e64c
commit 456bdecf37
3 changed files with 3 additions and 45 deletions

View File

@@ -2,5 +2,4 @@ from .rest_framework import *
from .jwt import *
from .jazzmin import *
from .cache import *
from .celery import *
from .logs import *
from .celery import *