diff --git a/main.go b/main.go index 0629b28..3052f48 100644 --- a/main.go +++ b/main.go @@ -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) }