Skip to content

Commit

Permalink
Fly: remove double check
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Dec 13, 2023
1 parent 0ace973 commit addb0c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions fly/cmd/fly/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,6 @@ func verifyEnvVar(key string) string {
func main() {
loadEnvVars()

if credentialsFile == "" {
log.Fatalf("gcpCredentialsFile must be specified")
}
if rpcUrl == "" {
log.Fatalf("rpcUrl must be specified")
}
if coreBridgeAddr == "" {
log.Fatalf("coreBridgeAddr must be specified")
}

lvl, err := ipfslog.LevelFromString(logLevel)
if err != nil {
fmt.Println("Invalid log level")
Expand Down

0 comments on commit addb0c2

Please sign in to comment.