[ARVADOS] updated: 1b3578c44b8d005f70863cf332b487c915af9f28
Git user
git at public.curoverse.com
Fri Sep 22 14:43:37 EDT 2017
Summary of changes:
services/fuse/arvados_fuse/fusedir.py | 1 -
1 file changed, 1 deletion(-)
via 1b3578c44b8d005f70863cf332b487c915af9f28 (commit)
from 6bfb4fc09e5b6f1f54c784dd1f7e2c6700020bb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1b3578c44b8d005f70863cf332b487c915af9f28
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Sep 22 14:43:26 2017 -0400
12276: Remove debug logging message.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/fuse/arvados_fuse/fusedir.py b/services/fuse/arvados_fuse/fusedir.py
index 12c02e2..7bd00d5 100644
--- a/services/fuse/arvados_fuse/fusedir.py
+++ b/services/fuse/arvados_fuse/fusedir.py
@@ -194,7 +194,6 @@ class Directory(FreshBase):
# Calling the public items() method might trigger a refresh,
# which we definitely don't want, so read the internal dict directly.
for k,v in parent._entries.items():
- _logger.debug("looking at %s %s, self is %s", k, v, self)
if v is self:
self.inodes.invalidate_entry(parent, k)
break
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list