remove debug printf

This commit is contained in:
2024-06-11 00:03:26 +02:00
parent 7df7bc7611
commit fb34c220b2

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)
}