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
}
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:
//u.Infof("no case for: %d", state)