Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 12, 2020
1 parent e439dc0 commit 137dcc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Datalog/Parser.elm
Expand Up @@ -33,7 +33,6 @@ niceErrors source deadEnds =
groups
)
Dict.empty
|> Debug.log "hey"
|> Dict.values
|> List.map (niceError source)

Expand Down

0 comments on commit 137dcc4

Please sign in to comment.