Remove debug module

parent fb22a26f
...@@ -13,7 +13,6 @@ to generate this file without the comments in this block. ...@@ -13,7 +13,6 @@ to generate this file without the comments in this block.
{ name = "string-search" { name = "string-search"
, dependencies = , dependencies =
[ "arrays" [ "arrays"
, "debug"
, "enums" , "enums"
, "foldable-traversable" , "foldable-traversable"
, "integers" , "integers"
......
...@@ -40,9 +40,7 @@ import Data.String as S ...@@ -40,9 +40,7 @@ import Data.String as S
import Data.String (CodePoint) import Data.String (CodePoint)
import Data.String.Search.Utils (slidingWindow) import Data.String.Search.Utils (slidingWindow)
import Data.Tuple (Tuple(..), snd) import Data.Tuple (Tuple(..), snd)
import Data.Tuple.Nested ((/\))
import Data.UInt (UInt, shl, fromInt) import Data.UInt (UInt, shl, fromInt)
import Debug (trace)
import Partial.Unsafe (unsafePartial) import Partial.Unsafe (unsafePartial)
import Prelude import Prelude
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment