From: simonpj Date: Tue, 17 Jul 2001 15:48:21 +0000 (+0000) Subject: [project @ 2001-07-17 15:48:21 by simonpj] X-Git-Tag: Approximately_9120_patches~1523 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0f894d8157c90c0b678d586dc750a4c635cc405b;p=ghc-hetmet.git [project @ 2001-07-17 15:48:21 by simonpj] Remove trace --- diff --git a/ghc/compiler/main/Packages.lhs b/ghc/compiler/main/Packages.lhs index cad3af3..94eeb96 100644 --- a/ghc/compiler/main/Packages.lhs +++ b/ghc/compiler/main/Packages.lhs @@ -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}