remove print

This commit is contained in:
Muayyad alsadi 2021-10-14 02:12:28 +03:00
parent d1a77defcd
commit 2d80e435dd

View File

@ -399,7 +399,6 @@ def assert_volume(compose, mount_dict):
if mount_dict["type"] != "volume" or not vol or vol.get("external", None) or not vol.get("name", None): return
proj_name = compose.project_name
vol_name = vol["name"]
print(mount_dict, vol)
print("podman volume inspect {vol_name} || podman volume create {vol_name}".format(vol_name=vol_name))
# TODO: might move to using "volume list"
# podman volume list --format '{{.Name}}\t{{.MountPoint}}' -f 'label=io.podman.compose.project=HERE'