fix: remove trace print

This commit is contained in:
HeshamTB 2023-09-12 01:03:17 +03:00
parent f3de7a0a41
commit 9336f0531b

View File

@ -161,7 +161,6 @@ func main() {
) )
handler.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { handler.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
ctx := NewContext(r) ctx := NewContext(r)
log.Println(ctx.AppURL)
formats := []DownloadFormats{} formats := []DownloadFormats{}
formats = append(formats, DownloadFormats{ formats = append(formats, DownloadFormats{
VideoRes: "720p", VideoRes: "720p",