Remove cruft

This commit is contained in:
Lukáš Kucharczyk 2024-01-10 15:55:08 +01:00
parent 44f49e5974
commit 01fd7bad69
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ def list_sessions(
# by default, sort from newest to oldest
dataset = Session.objects.order_by("-timestamp_start")
context["total_duration"] = dataset.total_duration_formatted()
context["dataset"] = dataset
try:
context["last"] = Session.objects.latest()