Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
test: rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 9, 2024
1 parent 38cab4b commit a12df66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions celestia/celestia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ type Proof = []byte
func setup(t *testing.T) *mockDA {
mockService := NewMockService()

t.Logf("mock json-rpc server listening on: %s", mockService.server.URL)

ctx := context.TODO()
client, err := rpc.NewClient(ctx, mockService.server.URL, "test")
assert.NoError(t, err)
Expand Down
2 changes: 0 additions & 2 deletions celestia/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ func NewMockService() *MockService {
server: testServ,
}

println("mock json-rpc server listening on: ", mockService.server.URL)

return mockService
}

Expand Down

0 comments on commit a12df66

Please sign in to comment.