diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-02 17:52:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-02 17:52:23 -0400 |
commit | 07648e2daa29fe8d275605c1873efc7912ee8499 (patch) | |
tree | 8e1c87c3897f2d2d20dc2c0d158c9a58007b2ede /Backend | |
parent | 2fba1ba40d9c3f07f36e68515ceb1031e7983421 (diff) |
remove note that looked ugly with resume message
Diffstat (limited to 'Backend')
-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 |