Skip to content
Snippets Groups Projects
Commit a1435cf4 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Removed debug line

parent 1c3e2ecb
No related branches found
No related tags found
No related merge requests found
......@@ -143,5 +143,4 @@ rule token = parse
| eof | '\000' { EOF }
| _ { token lexbuf }
| _ as c { raise (SyntaxError ("unexpected '" ^ Char.escaped c ^ "'")) }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment