From 2440e2d4f87883aac96f75d5630b2a7fefe11b08 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 2 Nov 2011 09:37:20 -0400 Subject: Remove debug print --- src/elaborate.sml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/elaborate.sml b/src/elaborate.sml index 93c15ed2..15c253e7 100644 --- a/src/elaborate.sml +++ b/src/elaborate.sml @@ -3512,9 +3512,7 @@ and wildifyStr env (str, sgn) = case (decompileCon env' c1, decompileCon env' c2) of (SOME c1, SOME c2) => SOME (L.DConstraint (c1, c2), loc) - | _ => (Print.prefaces "BAD" [("c1", p_con env' c1), - ("c2", p_con env' c2)]; - NONE)) (nconstraints nd) + | _ => NONE) (nconstraints nd) val ds' = case SS.listItems (nvals nd) of -- cgit v1.2.3