Turn off debug

This commit is contained in:
Razzi Abuissa 2014-12-25 18:24:15 -06:00
parent 3ce32c8857
commit 34acef3c50

View File

@ -78,7 +78,7 @@ data ErrorOccurred = Success | Failure deriving (Show, Eq)
-- | Enable debugging output
debug :: Bool
debug = True
debug = False
-- | Set GHC's verbosity for debugging
ghcVerbosity :: Maybe Int