use settings user

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-03-07 11:12:57 +01:00
parent 0af1c98d38
commit 7bfeb162bc
6 changed files with 6 additions and 7 deletions
-3
View File
@@ -2,7 +2,6 @@ package store
import (
"context"
"fmt"
"path"
"strings"
"time"
@@ -78,9 +77,7 @@ func (c *CachedMDC) ReadDir(ctx context.Context, id string) ([]string, error) {
return i.([]string), nil
}
fmt.Println("readdir calling metadataservice", id)
s, err := c.next.ReadDir(ctx, id)
fmt.Println("readdir calling metadataservice result", s, err)
if err != nil {
return nil, err
}