From 113abbf59bc35aea05ec181df7dd2536a35f4b7b Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 3 Jun 2019 20:09:26 +1000 Subject: [PATCH] remove log --- pkg/commands/container.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/commands/container.go b/pkg/commands/container.go index a6c8b8db..83a9ac03 100644 --- a/pkg/commands/container.go +++ b/pkg/commands/container.go @@ -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 }