summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-10-14 09:40:55 +0000
committerkrasimir <krasimir@chalmers.se>2008-10-14 09:40:55 +0000
commit3fe0cccaf7bcf3dc85edd597f15ff468cae957ef (patch)
treec9006d4ba77bf1f80c59434ee39a293fccccb802
parent4573d104425a79b8b00ebcccb2e94c62275285ea (diff)
remove trace in the PMCFG compilation
-rw-r--r--src/GF/Compile/GeneratePMCFG.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/GeneratePMCFG.hs b/src/GF/Compile/GeneratePMCFG.hs
index b24a629a7..c3e6e8cb4 100644
--- a/src/GF/Compile/GeneratePMCFG.hs
+++ b/src/GF/Compile/GeneratePMCFG.hs
@@ -126,7 +126,7 @@ brk f (GrammarEnv last_id catSet seqSet funSet crcSet prodSet) =
ys = foldr (zipWith Set.insert) (repeat Set.empty) xs
convertRule :: TermMap -> GrammarEnv -> XRule -> GrammarEnv
-convertRule cnc_defs grammarEnv (XRule fun args cat ctypes ctype term) = trace (show fun) $
+convertRule cnc_defs grammarEnv (XRule fun args cat ctypes ctype term) =
brk (\grammarEnv -> foldBM addRule
grammarEnv
(convertTerm cnc_defs [] ctype term [([],[])])