Skip to content

Commit

Permalink
removed old print statement meant for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrnr committed Dec 16, 2024
1 parent e07c4e4 commit 9a6e6e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evap/staff/staff_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def staff_mode_middleware(get_response):
"""

def middleware(request):
print("jetzt hier")
if is_in_staff_mode(request):
current_time = time.time()
if current_time <= request.session.get("staff_mode_start_time", 0) + STAFF_MODE_TIMEOUT:
Expand Down

0 comments on commit 9a6e6e7

Please sign in to comment.