Skip to content

Commit cf93276

Browse files
joeybloggsjoeybloggs
authored andcommitted
code cleanup
1 parent 3f38931 commit cf93276

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

decoder_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package form
22

33
import (
44
"errors"
5-
"fmt"
65
"net/url"
76
"testing"
87
"time"
@@ -668,7 +667,6 @@ func TestDecoderNativeTime(t *testing.T) {
668667

669668
decoder := NewDecoder()
670669

671-
fmt.Println("decoding")
672670
errs := decoder.Decode(&test, values)
673671
Equal(t, errs, nil)
674672

0 commit comments

Comments
 (0)