remove the "expanding to size" messages
authorSimon Marlow <marlowsd@gmail.com>
Tue, 3 Jun 2008 09:45:46 +0000 (09:45 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 3 Jun 2008 09:45:46 +0000 (09:45 +0000)
compiler/utils/Binary.hs

index 076ae16..4d82deb 100644 (file)
@@ -62,7 +62,6 @@ import FastString
 import Panic
 import UniqFM
 import FastMutInt
-import Util
 import Fingerprint
 
 import Foreign
@@ -257,7 +256,7 @@ expandBin (BinMem _ _ sz_r arr_r) off = do
        copyBytes new old sz 
    writeFastMutInt sz_r sz'
    writeIORef arr_r arr'
-   when debugIsOn $
+   when False $ -- disabled
       hPutStrLn stderr ("Binary: expanding to size: " ++ show sz')
    return ()
 expandBin (BinIO _ _ _) _ = return ()