remove debug print
This commit is contained in:
parent
3b3868fbf7
commit
d2b49090b8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue