Skip to content

Commit bd2ff59

Browse files
committed
Automation Toolkit Release v2025.2.0
1 parent 5a24b81 commit bd2ff59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cd3_automation_toolkit/ocicloud/python/network/basenetwork/export_network_nonGreenField.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def print_vcns(values_for_column_vcns, region, comp_name, vnc, vcn_info, drg_att
112112
elif (col_header == "Compartment Name"):
113113
values_for_column_vcns[col_header].append(comp_name)
114114
elif (col_header == "Is Oracle GUA Allocation Enabled"):
115-
print(vcn_info.ipv6_cidr_blocks)
116115
if vcn_info.ipv6_cidr_blocks and len(vcn_info.ipv6_cidr_blocks) > 0:
117116
values_for_column_vcns[col_header].append("True")
118117
else:

0 commit comments

Comments
 (0)