Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Mar 7, 2024
1 parent a846d11 commit 195db2a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,19 +863,9 @@ def get_net_args(compose, cnt):
net_names.append(net_name)
net_names_str = ",".join(net_names)

import pprint

pprint.pprint(cnt)

multiple_nets = cnt.get("networks", None)
print("mutiple_nets: ")
pprint.pprint(multiple_nets)
print("net_names_str: ")
pprint.pprint(net_names_str)

if multiple_nets and len(multiple_nets)>1:
for net_, net_config_ in multiple_nets.items():
print(f"procesiing {net_}, {net_config_}")
if net_config_ is None:
net_config_ = {}

Expand Down

0 comments on commit 195db2a

Please sign in to comment.