diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-15 21:52:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-15 21:52:10 -0400 |
commit | c485a83f833c849ef8fa20c960ab814e902c7933 (patch) | |
tree | 18c53cc089864d5fdc6fa27a5caa953510f84ab5 /Build | |
parent | 6dc3143d6ce4fe230f261483015dc17e40c39de9 (diff) |
remove debug print
Diffstat (limited to 'Build')
-rw-r--r-- | Build/LinuxMkLibs.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs index d7512bfe0..ba40206fd 100644 --- a/Build/LinuxMkLibs.hs +++ b/Build/LinuxMkLibs.hs @@ -70,7 +70,6 @@ installLinkerShim top linker exe = do -- Assume that for a symlink, the destination -- will also be shimmed. let sl' = ".." </> takeFileName sl </> takeFileName sl - print (sl', exedest) createSymbolicLink sl' exedest , renameFile exe exedest ) |