removed console print from code

This commit is contained in:
Maor Itzkovitch 2015-08-07 10:57:37 +03:00
parent e4c3bf3d2c
commit 3a74c33ba5
1 changed files with 0 additions and 1 deletions

View File

@ -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`