Skip to content
/ hugo Public
forked from gohugoio/hugo

Commit

Permalink
resources/sass: Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Feb 22, 2023
1 parent fa2d7ad commit 771fe94
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ func CreateVarsStyleSheet(vars map[string]any) string {
}
sort.Strings(varsSlice)
varsStylesheet = strings.Join(varsSlice, "\n")

fmt.Println(varsStylesheet)

fmt.Println(varsStylesheet)

return varsStylesheet

}
Expand Down

0 comments on commit 771fe94

Please sign in to comment.