adjust logs

This commit is contained in:
Chris Lu
2021-05-10 21:47:51 -07:00
parent d06ecc2649
commit 1737af480a
4 changed files with 7 additions and 7 deletions

View File

@@ -150,7 +150,7 @@ func (fsw *FilerStoreWrapper) FindEntry(ctx context.Context, fp util.FullPath) (
}()
entry, err = actualStore.FindEntry(ctx, fp)
glog.V(4).Infof("FindEntry %s: %v", fp, err)
// glog.V(4).Infof("FindEntry %s: %v", fp, err)
if err != nil {
return nil, err
}