Skip to content

Commit 22baecc

Browse files
committed
Minor cleanup in geoip example
1 parent d6006df commit 22baecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

geoip/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func run(ctx context.Context, verbose bool, timeout time.Duration, lang string,
101101
}
102102

103103
func getMap(ctx context.Context, timeout time.Duration, lat, lng, zoom, scale float64) (image.Image, error) {
104-
// create a timeout
105104
var address string
106105
var buf []byte
107106
if err := chromedp.Run(ctx,

0 commit comments

Comments
 (0)