aboutsummaryrefslogtreecommitdiff
path: root/provider_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'provider_test.go')
-rw-r--r--provider_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/provider_test.go b/provider_test.go
index f278925..a839aaf 100644
--- a/provider_test.go
+++ b/provider_test.go
@@ -23,7 +23,6 @@ func TestDialProvider(t *testing.T) {
if err != nil {
t.Error(err)
}
- t.Log(pro)
n, err := pro.Nonce()
if err != nil {
t.Error(err)