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