mirror of
https://github.com/araddon/dateparse.git
synced 2025-01-31 17:10:28 +08:00
remove spurious logging
This commit is contained in:
parent
9a7831edb0
commit
2f41da3eb2
@ -340,7 +340,7 @@ iterRunes:
|
|||||||
return time.Time{}, err
|
return time.Time{}, err
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
u.LogThrottle(u.WARN, 5, "ST_ALPHAWSALPHA case not found: %v", datestr)
|
//u.LogThrottle(u.WARN, 5, "ST_ALPHAWSALPHA case not found: %v", datestr)
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
//u.Infof("no case for: %d", state)
|
//u.Infof("no case for: %d", state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user