Remove debug module

parent fb22a26f
......@@ -13,7 +13,6 @@ to generate this file without the comments in this block.
{ name = "string-search"
, dependencies =
[ "arrays"
, "debug"
, "enums"
, "foldable-traversable"
, "integers"
......
......@@ -40,9 +40,7 @@ import Data.String as S
import Data.String (CodePoint)
import Data.String.Search.Utils (slidingWindow)
import Data.Tuple (Tuple(..), snd)
import Data.Tuple.Nested ((/\))
import Data.UInt (UInt, shl, fromInt)
import Debug (trace)
import Partial.Unsafe (unsafePartial)
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