diff --git a/device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/buffers_defaults_objects.j2 b/device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/buffers_defaults_objects.j2 index b0400cbccf2c..27322a817230 100644 --- a/device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/buffers_defaults_objects.j2 +++ b/device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/buffers_defaults_objects.j2 @@ -148,7 +148,6 @@ {%- macro generate_queue_buffers(port_names_active, port_names_inactive) %} "BUFFER_QUEUE": { -{% if dynamic_mode is not defined %} {% for port in port_names_active.split(',') %} "{{ port }}|0": { "profile" : "q_lossy_profile" @@ -183,7 +182,6 @@ }{% if not loop.last %},{% endif %} {% endfor %} -{% endif %} {% endif %} } {%- endmacro %}