From 5e525f280a8392996eef644a1e87c7cff2d8fe56 Mon Sep 17 00:00:00 2001 From: Christopher Tarry Date: Sat, 20 Nov 2021 14:09:17 -0500 Subject: [PATCH] remove extraneous comment --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 2231228..d9f17f3 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,6 @@ download [id] - prints the MPD url the video is available at and returns the mp4 rootCmd.Usage() return } - // panic(huluSession) client := hulu.NewDefaultClient(huluSession) w := tabwriter.NewWriter(os.Stdout, 8, 8, 0, '\t', 0)