1
0
forked from GitHub/gf-core

Removed superfluous Debug.Trace import from SRG.hs.

This commit is contained in:
bringert
2005-10-26 16:14:03 +00:00
parent 3d4200d3fe
commit a01248d1c9

View File

@@ -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