From 02d50f8c6e4ca129e7ccf7d7a2b3d5b29095b529 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 22 Jul 2014 23:06:01 +0100 Subject: [PATCH] local: remove annoying debug message --- local/local.go | 2 +- notes.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/local/local.go b/local/local.go index e4fccbcbd..0d3ed05e5 100644 --- a/local/local.go +++ b/local/local.go @@ -335,7 +335,7 @@ func (o *FsObjectLocal) Storable() bool { fs.Debug(o, "Can't transfer non file/directory") return false } else if mode&os.ModeDir != 0 { - fs.Debug(o, "FIXME Skipping directory") + // fs.Debug(o, "Skipping directory") return false } return true diff --git a/notes.txt b/notes.txt index 8ee47cb0b..2159e3c26 100644 --- a/notes.txt +++ b/notes.txt @@ -1,5 +1,3 @@ -Remove FIXME skipping directory - Change lsd command so it doesn't show -1 * Make sure all Fses show -1 for objects Zero for dates etc