Remove template log

This commit is contained in:
wenincode 2022-10-26 06:43:57 -06:00
parent f96b45b9f0
commit b34244c62d

View File

@ -1,5 +1,4 @@
{{#let (icon-mapping @item.Type) as |flightIcon|}} {{#let (icon-mapping @item.Type) as |flightIcon|}}
{{log flightIcon}}
<span class="consul-auth-method-type {{unless flightIcon @item.Type}}" data-test-type={{@item.Type}}> <span class="consul-auth-method-type {{unless flightIcon @item.Type}}" data-test-type={{@item.Type}}>
{{#if flightIcon}} {{#if flightIcon}}
<FlightIcon @name={{flightIcon}} class="mr-1.5 w-4 h-4" /> <FlightIcon @name={{flightIcon}} class="mr-1.5 w-4 h-4" />