diff options
Diffstat (limited to 'pysite/decorators.py')
-rw-r--r-- | pysite/decorators.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/decorators.py b/pysite/decorators.py index 705c519e..0dc1b092 100644 --- a/pysite/decorators.py +++ b/pysite/decorators.py @@ -29,7 +29,6 @@ def require_roles(*roles: int): @wraps(f) def inner(self: RouteView, *args, **kwargs): data = self.user_data - print(kwargs) if DEBUG_MODE: return f(self, *args, **kwargs) |