resources/sass: Remove debug statements

Closes #10470
This commit is contained in:
Joe Mooring 2023-02-22 12:09:28 -08:00 committed by Bjørn Erik Pedersen
parent 7e539cb398
commit e965cb679c

View file

@ -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
}