Remove debug log

This commit is contained in:
viktorstrate
2020-07-13 18:15:23 +02:00
parent cd977bbc0c
commit 07477ea789

View File

@@ -46,8 +46,6 @@ func RegisterVideoRoutes(db *sql.DB, router *mux.Router) {
return
}
log.Printf("Video cookies: %d", len(r.Cookies()))
var cachedPath string
if purpose == models.VideoWeb {