remove log

This commit is contained in:
Jesse Duffield 2019-06-03 20:09:26 +10:00
parent 2f57561c40
commit 113abbf59b

View file

@ -359,7 +359,6 @@ func (c *Container) Top() (types.ContainerProcessList, error) {
// EraseOldHistory removes any history before the user-specified max duration
func (c *Container) EraseOldHistory() {
c.Log.Warn(c.Config.UserConfig.Stats.MaxDuration)
if c.Config.UserConfig.Stats.MaxDuration == 0 {
return
}