diff options
Diffstat (limited to 'Backend/File.hs')
-rw-r--r-- | Backend/File.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend/File.hs b/Backend/File.hs index d09e09f56..afbe38ac0 100644 --- a/Backend/File.hs +++ b/Backend/File.hs @@ -58,7 +58,6 @@ copyKeyFile key file = do else trycopy remotes remotes where trycopy full [] = do - showNote "not available" showTriedRemotes full showLocations key return False |