removed console print from code
This commit is contained in:
parent
e4c3bf3d2c
commit
3a74c33ba5
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue