[project @ 2001-07-17 15:48:21 by simonpj]
authorsimonpj <unknown>
Tue, 17 Jul 2001 15:48:21 +0000 (15:48 +0000)
committersimonpj <unknown>
Tue, 17 Jul 2001 15:48:21 +0000 (15:48 +0000)
Remove trace

ghc/compiler/main/Packages.lhs

index cad3af3..94eeb96 100644 (file)
@@ -49,7 +49,7 @@ mungePackagePaths top_dir ps = map munge_pkg ps
 
   munge_path p 
          | Just p' <- my_prefix_match "$libdir" p = top_dir ++ p'
-         | otherwise                              = trace ("not: " ++ p) p
+         | otherwise                              = p
 \end{code}