Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Oct 13, 2021
1 parent d1a77de commit 2d80e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2d80e43

Please sign in to comment.