mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 00:21:04 +00:00
remove log
This commit is contained in:
parent
2f57561c40
commit
113abbf59b
1 changed files with 0 additions and 1 deletions
|
|
@ -359,7 +359,6 @@ func (c *Container) Top() (types.ContainerProcessList, error) {
|
||||||
|
|
||||||
// EraseOldHistory removes any history before the user-specified max duration
|
// EraseOldHistory removes any history before the user-specified max duration
|
||||||
func (c *Container) EraseOldHistory() {
|
func (c *Container) EraseOldHistory() {
|
||||||
c.Log.Warn(c.Config.UserConfig.Stats.MaxDuration)
|
|
||||||
if c.Config.UserConfig.Stats.MaxDuration == 0 {
|
if c.Config.UserConfig.Stats.MaxDuration == 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue