remove errant print debug

This commit is contained in:
Joey Hess 2021-10-03 18:18:04 -04:00
parent 6fcf4ef3cf
commit ee31698825
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -73,7 +73,6 @@ fileRef f repo = do
-- neither of which work in a ref, so convert it to a minimal
-- relative path.
f' <- relPathCwdToFile f
print ("f'", f', repoPath repo, repoPath repo `dirContains` f')
return $ if repoPath repo `dirContains` f'
-- Prefixing the file with ./ makes this work even when in a
-- subdirectory of a repo. Eg, ./foo in directory bar refers