Skip to content

Commit 0f87eb7

Browse files
committed
[ico] Reduce log messages
1 parent a443f9f commit 0f87eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/_ico.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{{ $class = print $item " ico icon" }}
3535
{{ $path := printf "svg/%s/%s.svg" $folder $item }}
3636
{{ $file = resources.Get $path }}
37-
{{ warnf "Loading icon from ico.html: %s" $item }}
37+
{{/* {{ warnf "Loading icon from ico.html: %s" $item }} */}}
3838
{{/* {{ warnf "theme: %s" $theme }} */}}
3939

4040
{{ else }}

0 commit comments

Comments
 (0)