diff options
Diffstat (limited to 'browserenv.go')
-rw-r--r-- | browserenv.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/browserenv.go b/browserenv.go index 4edb032..f799770 100644 --- a/browserenv.go +++ b/browserenv.go @@ -121,7 +121,6 @@ func browserCommandIncludesURL(command string) bool { } func fmtWithURL(command, url string) string { - // TODO: shellescape URL return strings.ReplaceAll(command, "%s", url) } |