summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbringert <unknown>2005-10-26 16:14:03 +0000
committerbringert <unknown>2005-10-26 16:14:03 +0000
commita01248d1c94c2abfe4ade142ab1d62c76724bce2 (patch)
tree8c16caed30e55e56b8b846d1ede0e4ffba64a15f /src
parent3d4200d3fe6a000e76c95e434987ec1d9e3dddef (diff)
Removed superfluous Debug.Trace import from SRG.hs.
Diffstat (limited to 'src')
-rw-r--r--src/GF/Speech/SRG.hs6
1 files 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