Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip: remove debug printf
  • Loading branch information
rymut committed Dec 18, 2024
commit bc59c1a8d2c9b8509056c7984bc3385d35a74a7e
2 changes: 0 additions & 2 deletions hugofs/rootmapping_fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -883,9 +883,7 @@ func (f *rootMappingDir) Readdir(count int) ([]os.FileInfo, error) {
// Note that Readdirnames preserves the order of the underlying filesystem(s),
// which is usually directory order.
func (f *rootMappingDir) Readdirnames(count int) ([]string, error) {
fmt.Printf("\nCALLING READDIRNAMES %d\n", count)
dirs, err := f.ReadDir(count)
fmt.Printf("have %s --- \n", dirs)
if err != nil {
return nil, err
}
Expand Down