From ee316988250101361a1070c1dcb3173f51d31a72 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Oct 2021 18:18:04 -0400 Subject: [PATCH] remove errant print debug --- Git/Ref.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Git/Ref.hs b/Git/Ref.hs index b4b81d01e6..2d2874a7ef 100644 --- a/Git/Ref.hs +++ b/Git/Ref.hs @@ -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