Skip to content

Commit

Permalink
fix println
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <[email protected]>
  • Loading branch information
lance6716 committed Apr 1, 2022
1 parent b46e622 commit 69c565a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dm/pkg/conn/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func FetchTimeZoneSetting(ctx context.Context, cfg *config.DBConfig) (string, er
}
defer db.Close()
dur, err := dbutil.GetTimeZoneOffset(ctx, db.DB)
println(dur.String())
if err != nil {
return "", errors.Trace(err)
}
Expand Down

0 comments on commit 69c565a

Please sign in to comment.