remove debug print

This commit is contained in:
Joey Hess 2016-11-15 21:52:10 -04:00
parent 3b3868fbf7
commit d2b49090b8
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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
)