From 9fcfea7643b243a3ad691daaf07fe358f85491cb Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 23 May 2022 13:27:04 -0400 Subject: First batch of resolutions to FIXMEs Most of these are no longer relevant, just drop the comments. Most notable change: allow `podman kill` on paused containers. Works just fine when I test it. Signed-off-by: Matthew Heon --- libpod/container.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpod/container.go') diff --git a/libpod/container.go b/libpod/container.go index 64b4453fb..04a4ae64a 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -1331,8 +1331,7 @@ func (c *Container) getNetworkStatus() map[string]types.StatusBlock { } c.state.NetworkStatus = result _ = c.save() - // TODO remove debug for final version - logrus.Debugf("converted old network result to new result %v", result) + return result } return nil -- cgit v1.2.3-54-g00ecf