Skip to content

Commit

Permalink
Remove redundant dump
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitar-dimitrow committed May 13, 2024
1 parent f40d2a4 commit 248d4a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containerm/mgr/mgr_internal_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func newContainerMgr(metaPath string, execPath string, defaultCtrsStopTimeout ti
restartCtrsMgrCache: newRestartMgrCache(),
containerRepository: &ctrRepository,
}
fmt.Println("mgr:", defaultCtrsStopTimeout.String())
ctrClient.SetContainerExitHooks(manager.exitedAndRelease)

return manager, nil
Expand Down

0 comments on commit 248d4a0

Please sign in to comment.