2
0
mirror of https://github.com/araddon/dateparse.git synced 2026-08-26 21:34:34 +08:00

remove spurious logging

This commit is contained in:
Aaron Raddon
2016-03-13 17:58:21 -07:00
parent 9a7831edb0
commit 2f41da3eb2

View File

@@ -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)