Remove debug print
This commit is contained in:
parent
ea64838273
commit
f24c91fa27
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ namespace ChocolArm64.Translation
|
|||
{
|
||||
ConcurrentStack<TranslatorQueueItem> queue = _translationQueue[(int)item.Tier];
|
||||
|
||||
System.Console.WriteLine("qc " + queue.Count);
|
||||
|
||||
if (queue.Count >= MaxQueueSize)
|
||||
{
|
||||
queue.TryPop(out _);
|
||||
|
|
Loading…
Add table
Reference in a new issue