Skip to content

Commit

Permalink
resources/sass: Remove debug statements
Browse files Browse the repository at this point in the history
Closes #10470
  • Loading branch information
jmooring authored and bep committed Feb 23, 2023
1 parent 7e539cb commit e965cb6
Showing 1 changed file with 0 additions and 5 deletions.
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 e965cb6

Please sign in to comment.