Skip to content

Commit

Permalink
moar cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits committed Jan 21, 2021
1 parent b82ba08 commit b359bd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ func TestOpenRPCMetaSchemaSpec(t *testing.T) {
t.Errorf("client call: %v", err)
}

b, _ := json.MarshalIndent(res, "", " ")
t.Log(string(b))

schemaLoader := gojsonschema.NewSchemaLoader()
schemaLoader.Draft = gojsonschema.Draft7 // force schema version
schemaLoader.AutoDetect = false
Expand Down

0 comments on commit b359bd5

Please sign in to comment.