diff --git a/main.go b/main.go index 1d9dcfd..804e428 100644 --- a/main.go +++ b/main.go @@ -161,7 +161,6 @@ func main() { ) handler.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { ctx := NewContext(r) - log.Println(ctx.AppURL) formats := []DownloadFormats{} formats = append(formats, DownloadFormats{ VideoRes: "720p",