Remove commented out code in uid/gid debugging

This commit is contained in:
Pris Nasrat
2023-02-09 07:28:18 -05:00
parent 4eb2055e15
commit 4a701d2e1c
2 changed files with 0 additions and 5 deletions

View File

@@ -82,8 +82,6 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
# If this is changed all docs references to the required memory must be changed too.
"--memory=900m",
]
# if container_runtime() != "podman":
# cmd.append("--mount=type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup")
if bootstrap_pip_spec:
cmd.append("-e")