Remove titlecaseidentifier printf spam
This commit is contained in:
parent
cbee6db25b
commit
8f59486adc
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ func TitleCaseIdentifier(id string) string {
|
|||
addDots := false
|
||||
|
||||
for i := 0; nextDot >= 0; i++ {
|
||||
fmt.Println(lastDot, nextDot)
|
||||
fragment := id[lastDot:nextDot]
|
||||
|
||||
titled := TitleCase(fragment)
|
||||
|
|
Loading…
Reference in a new issue