Skip to content

Commit

Permalink
Remove stray Debug.log
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Aug 7, 2024
1 parent d1bc87e commit e105d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common.elm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ toTypeName (UnsafeName name) =
|> String.trim
|> String.Extra.toTitleCase
|> deSymbolify ' '
|> Debug.log "After deSymbolify"
|> reduceWith replaceSpacesRegex
(\match ->
case match.submatches of
Expand Down

0 comments on commit e105d8f

Please sign in to comment.