Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AnteWall committed Apr 19, 2022
1 parent 70694a9 commit ca46eeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/insider/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ func (f *DateTime) MarshalJSON() ([]byte, error) {
}

func (f *DateTime) UnmarshalJSON(data []byte) error {
str := string(data)
println(str)
t, err := time.Parse(`"2006-01-02T15:04:05.999999999Z07:00"`, string(data))
*f = DateTime(t)
return err
Expand Down

0 comments on commit ca46eeb

Please sign in to comment.