Suppress uniques when (and only when) we have -dsuppress-uniques
[ghc-hetmet.git] / compiler / basicTypes / Unique.lhs
index d8f244e..202ae9e 100644 (file)
@@ -61,7 +61,6 @@ import FastTypes
 import FastString
 import Outputable
 import StaticFlags
-import Util
 
 #if defined(__GLASGOW_HASKELL__)
 --just for implementing a fast [0,61) -> Char function
@@ -212,7 +211,7 @@ We do sometimes make strings with @Uniques@ in them:
 \begin{code}
 pprUnique :: Unique -> SDoc
 pprUnique uniq
-  | debugIsOn || opt_SuppressUniques
+  | opt_SuppressUniques
   = empty      -- Used exclusively to suppress uniques so you 
   | otherwise  -- can compare output easily
   = case unpkUnique uniq of