aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/record.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/handlers/record.go')
-rw-r--r--backend/handlers/record.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/handlers/record.go b/backend/handlers/record.go
index 25d0509..9b8e207 100644
--- a/backend/handlers/record.go
+++ b/backend/handlers/record.go
@@ -376,10 +376,6 @@ func DownloadDemoWithID(c *gin.Context) {
376 c.JSON(http.StatusOK, models.ErrorResponse(err.Error())) 376 c.JSON(http.StatusOK, models.ErrorResponse(err.Error()))
377 return 377 return
378 } 378 }
379 log.Printf("found %d files", len(fileList.Files))
380 for _, f := range fileList.Files {
381 log.Printf("%+v", f)
382 }
383 if len(fileList.Files) == 0 { 379 if len(fileList.Files) == 0 {
384 c.JSON(http.StatusOK, models.ErrorResponse("Demo not found.")) 380 c.JSON(http.StatusOK, models.ErrorResponse("Demo not found."))
385 return 381 return