diff options
Diffstat (limited to 'dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs')
-rw-r--r-- | dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs b/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs index 852c7f3aa8..b11d6b6b14 100644 --- a/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs +++ b/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs @@ -116,8 +116,6 @@ namespace Qpid.Buffer protected override void capacity0(int requestedCapacity) { - Console.WriteLine("XXX capacity0 called with requestedCapacity=" + requestedCapacity); // FIXME: remove this. - int newCapacity = MINIMUM_CAPACITY; while( newCapacity < requestedCapacity ) { |