remove debug printf

This commit is contained in:
AustrianToast 2024-06-11 00:03:26 +02:00
parent 7df7bc7611
commit fb34c220b2
No known key found for this signature in database
GPG Key ID: 5CD422268E489EB4

View File

@ -160,7 +160,6 @@ func listVideos(c *gin.Context) {
log.Panicf("listVideos: %v\n", err)
}
fmt.Printf("%v\n", allVideos)
c.JSON(http.StatusOK, allVideos)
}