remove debugging codes from package gtime

This commit is contained in:
John 2020-10-26 19:06:27 +08:00
parent d3bf52f12f
commit 87650557fd

View File

@ -28,7 +28,6 @@ func New(param ...interface{}) *Time {
if len(param) > 0 {
switch r := param[0].(type) {
case time.Time:
r.Nanosecond()
return NewFromTime(r)
case *time.Time:
return NewFromTime(*r)