fix: remove trace print
This commit is contained in:
parent
f3de7a0a41
commit
9336f0531b
1
main.go
1
main.go
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user