diff options
-rw-r--r-- | Spear/IDStore.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Spear/IDStore.hs b/Spear/IDStore.hs index a581fa9..8879756 100644 --- a/Spear/IDStore.hs +++ b/Spear/IDStore.hs | |||
@@ -12,7 +12,6 @@ where | |||
12 | import Data.Vector.Unboxed as U | 12 | import Data.Vector.Unboxed as U |
13 | import Control.Monad.State -- test | 13 | import Control.Monad.State -- test |
14 | import Text.Printf -- test | 14 | import Text.Printf -- test |
15 | import Debug.Trace | ||
16 | 15 | ||
17 | 16 | ||
18 | type ID = Int | 17 | type ID = Int |