From 7d2bcd88ade27ffed2b1ecc5d450bfa059f17d03 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 26 Oct 2005 16:14:03 +0000 Subject: [PATCH] Removed superfluous Debug.Trace import from SRG.hs. --- src/GF/Speech/SRG.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index e9fb000be..11d326fff 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/10/26 17:13:13 $ +-- > CVS $Date: 2005/10/26 17:14:03 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.18 $ +-- > CVS $Revision: 1.19 $ -- -- Representation of, conversion to, and utilities for -- printing of a general Speech Recognition Grammar. @@ -33,8 +33,6 @@ import Data.List import Data.Maybe (fromMaybe) import Data.FiniteMap -import Debug.Trace - data SRG = SRG { grammarName :: String -- ^ grammar name , startCat :: String -- ^ start category name , origStartCat :: String -- ^ original start category name