fusefrontend: get rid of leftover debug output
This commit is contained in:
parent
61502f9b94
commit
cb47f65212
@ -230,7 +230,6 @@ func (f *file) Read(buf []byte, off int64) (resultData fuse.ReadResult, code fus
|
|||||||
serialize_reads.Wait(off, len(buf))
|
serialize_reads.Wait(off, len(buf))
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("%02d\n", off/131072)
|
|
||||||
out, status := f.doRead(uint64(off), uint64(len(buf)))
|
out, status := f.doRead(uint64(off), uint64(len(buf)))
|
||||||
|
|
||||||
if f.fs.args.SerializeReads {
|
if f.fs.args.SerializeReads {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user