mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +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,
|
||||
oldBufSize);
|
||||
_bb = new ByteBuffer(newBuf, newBufSize);
|
||||
System.Diagnostics.Debug.WriteLine(_bb.Position);
|
||||
}
|
||||
|
||||
// Prepare to write an element of `size` after `additional_bytes`
|
||||
|
||||
Reference in New Issue
Block a user