Skip to content

Commit

Permalink
remove printf from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed Sep 13, 2024
1 parent 6677479 commit 9429632
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dot/parachain/candidate-validation/host_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package candidatevalidation

import (
"fmt"
"testing"

parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
Expand Down Expand Up @@ -324,7 +323,6 @@ func TestHost_performBasicChecks(t *testing.T) {
if tt.expectedError != nil {
require.EqualError(t, validationError, tt.expectedError.Error())
} else {
fmt.Printf("validationError: %v\n", validationError)
require.Nil(t, validationError)
}
})
Expand Down

0 comments on commit 9429632

Please sign in to comment.