mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
gets rid of console print when queue items are processed.
This commit is contained in:
parent
22e7f004a5
commit
1849d118b4
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ namespace PepperDash.Essentials.Core.Queues
|
|||
{
|
||||
try
|
||||
{
|
||||
Debug.Console(2, this, "Processing queue item: '{0}'", item.ToString());
|
||||
//Debug.Console(2, this, "Processing queue item: '{0}'", item.ToString());
|
||||
item.Dispatch();
|
||||
|
||||
if (_delayEnabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue