fusefrontend: get rid of leftover debug output

This commit is contained in:
Jakob Unterwurzacher 2017-03-18 16:48:28 +01:00
parent 61502f9b94
commit cb47f65212
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ func (f *file) Read(buf []byte, off int64) (resultData fuse.ReadResult, code fus
serialize_reads.Wait(off, len(buf))
}
fmt.Printf("%02d\n", off/131072)
out, status := f.doRead(uint64(off), uint64(len(buf)))
if f.fs.args.SerializeReads {