Skip to content

Commit

Permalink
Update api/test/verifreg.go
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Magiera <[email protected]>
  • Loading branch information
jennijuju and magik6k authored May 31, 2021
1 parent 2b08e9f commit ac2887c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/test/verifreg.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ import (
logging "github.com/ipfs/go-log/v2"
)

func init() {
logging.SetAllLoggers(logging.LevelInfo)
err := os.Setenv("BELLMAN_NO_GPU", "1")
if err != nil {
panic(fmt.Sprintf("failed to set BELLMAN_NO_GPU env variable: %s", err))
}
build.InsecurePoStValidation = true
}

func AddVerifiedClient(t *testing.T, b APIBuilder) {

Expand Down

0 comments on commit ac2887c

Please sign in to comment.