mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 11:20:01 +00:00
removed console print from code
This commit is contained in:
@@ -76,7 +76,6 @@ namespace FlatBuffers
|
|||||||
Buffer.BlockCopy(oldBuf, 0, newBuf, newBufSize - oldBufSize,
|
Buffer.BlockCopy(oldBuf, 0, newBuf, newBufSize - oldBufSize,
|
||||||
oldBufSize);
|
oldBufSize);
|
||||||
_bb = new ByteBuffer(newBuf, newBufSize);
|
_bb = new ByteBuffer(newBuf, newBufSize);
|
||||||
System.Diagnostics.Debug.WriteLine(_bb.Position);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prepare to write an element of `size` after `additional_bytes`
|
// Prepare to write an element of `size` after `additional_bytes`
|
||||||
|
|||||||
Reference in New Issue
Block a user