diff options
| author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-08 13:24:52 +0200 |
|---|---|---|
| committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-08 13:24:52 +0200 |
| commit | 4c819b5353df3c5d7c990f40089592ef58f194d3 (patch) | |
| tree | 182fec8b83bf09971c0d28d6c105d3f5361b18d6 | |
| parent | 6deb013c7c515c9e001a802c0747680bec7af71d (diff) | |
removed Debug.Trace import
| -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 |
