mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove debug message
This commit is contained in:
parent
d1b2231bc8
commit
8136384473
|
@ -74,7 +74,7 @@ func (up *UploadPipeline) SaveDataAt(p []byte, off int64) (n int) {
|
||||||
}
|
}
|
||||||
up.moveToSealed(up.writableChunks[fullestChunkIndex], fullestChunkIndex)
|
up.moveToSealed(up.writableChunks[fullestChunkIndex], fullestChunkIndex)
|
||||||
delete(up.writableChunks, fullestChunkIndex)
|
delete(up.writableChunks, fullestChunkIndex)
|
||||||
fmt.Printf("flush chunk %d with %d bytes written", logicChunkIndex, fullness)
|
// fmt.Printf("flush chunk %d with %d bytes written\n", logicChunkIndex, fullness)
|
||||||
memChunk = NewMemChunk(logicChunkIndex, up.ChunkSize)
|
memChunk = NewMemChunk(logicChunkIndex, up.ChunkSize)
|
||||||
}
|
}
|
||||||
up.writableChunks[logicChunkIndex] = memChunk
|
up.writableChunks[logicChunkIndex] = memChunk
|
||||||
|
|
Loading…
Reference in a new issue