Browse Source

Remove unnecessary using and wording

pull/1537/head
SubZero0 5 years ago
parent
commit
68ec2a6d79
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Discord.Net.Rest/Net/Queue/RequestQueue.cs

+ 1
- 2
src/Discord.Net.Rest/Net/Queue/RequestQueue.cs View File

@@ -1,4 +1,3 @@
using Discord.Rest;
using System; using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
#if DEBUG_LIMITS #if DEBUG_LIMITS
@@ -171,7 +170,7 @@ namespace Discord.Net.Queue
{ } { }
_masterIdentifySemaphore.Release(); _masterIdentifySemaphore.Release();
#if DEBUG_LIMITS #if DEBUG_LIMITS
Debug.WriteLine($"[{id}] Released identify ticket");
Debug.WriteLine($"[{id}] Released identify master semaphore");
#endif #endif
} }




Loading…
Cancel
Save