Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit efca7a7

Browse files
committed
Remove useless firefox code
1 parent 5902ee0 commit efca7a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.go

-4
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,6 @@ func chromeOptions(url string) []string {
166166
return []string{"--app=" + url, "--disable-extensions", "--disable-plugins"}
167167
}
168168

169-
func firefoxOptions(url string) []string {
170-
return []string{"--url=" + url, "-safe-mode"}
171-
}
172-
173169
// Checks if a command exists locally.
174170
func commandExists(name string) bool {
175171
_, err := exec.LookPath(name)

0 commit comments

Comments
 (0)