Skip to content

Commit

Permalink
Cleanup commented line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Sullivan committed Jul 28, 2016
1 parent af4ba2c commit a2dc2bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions STAN.CLIENT/BlockingChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ internal bool TryGetValue(TKey key, out TValue value, int timeout)

internal void Add(TKey key, TValue value)
{
//waitForSpace();

lock (dLock)
{

Expand Down

0 comments on commit a2dc2bc

Please sign in to comment.