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

Commit

Permalink
Remove useless firefox code
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Apr 20, 2019
1 parent 5902ee0 commit efca7a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ func chromeOptions(url string) []string {
return []string{"--app=" + url, "--disable-extensions", "--disable-plugins"}
}

func firefoxOptions(url string) []string {
return []string{"--url=" + url, "-safe-mode"}
}

// Checks if a command exists locally.
func commandExists(name string) bool {
_, err := exec.LookPath(name)
Expand Down

0 comments on commit efca7a7

Please sign in to comment.