summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-11-05 15:18:44 -0500
committerAdrian Thurston <thurston@complang.org>2014-11-05 15:18:44 -0500
commit73eb2b1d5918b9139f41d46623a04ed5e5fe32a4 (patch)
tree9a9be5af64750ec2c9d0a5f8f373a9e9ae95d1ad /src/compiler.cc
parent56a3c8334997f635ef9cc7d2569cebd37c34c447 (diff)
downloadcolm-73eb2b1d5918b9139f41d46623a04ed5e5fe32a4.tar.gz
cleaning up some leftover debug messages
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.cc b/src/compiler.cc
index ae175492..8359886d 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -995,7 +995,6 @@ PdaRun *Compiler::parsePattern( Program *prg, Tree **sp, const InputLoc &loc,
void Compiler::parsePatterns()
{
Program *prg = colm_new_program( runtimeData );
- colm_set_debug( prg, 0x03 );
/* Turn off context-dependent parsing. */
prg->ctxDepParsing = 0;