summaryrefslogtreecommitdiff
path: root/Command/Whereis.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r--Command/Whereis.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs
index 850975048..74660f283 100644
--- a/Command/Whereis.hs
+++ b/Command/Whereis.hs
@@ -40,7 +40,6 @@ perform key = do
pp' <- prettyPrintUUIDs "untrusted" untrustedlocations
unless (null untrustedlocations) $
showLongNote $ untrustedheader ++ pp'
- unless (null locations) showOutput
if null safelocations then stop else next $ return True
where
copiesplural 1 = "copy"