Skip to content

Commit 1482dc8

Browse files
committed
remove debug logs
1 parent 5e80cad commit 1482dc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/serializer_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ func TestSerializer(t *testing.T) {
131131
}
132132

133133
createdAt := time.Date(2020, 1, 1, 0, 0, 0, 0, time.UTC)
134-
fmt.Printf("======= createdAt1 = %v\n", createdAt.Unix())
135134
updatedAt := createdAt.Unix()
136135

137136
data := SerializerStruct{

0 commit comments

Comments
 (0)