From: Jean-Philippe Bruyère Date: Thu, 15 Mar 2018 16:03:55 +0000 (+0100) Subject: print deleted and discarded>2 lqis X-Git-Tag: v0.9.5-beta~153^2~2 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=b129ae9121e7a9851fefab0dbf1d94f507c7b59d;p=jp%2Fcrow.git print deleted and discarded>2 lqis --- diff --git a/src/LayoutingQueueItem.cs b/src/LayoutingQueueItem.cs index a9ef298a..7efdf1bc 100644 --- a/src/LayoutingQueueItem.cs +++ b/src/LayoutingQueueItem.cs @@ -135,16 +135,16 @@ namespace Crow Layoutable.RegisteredLayoutings |= LayoutType; (Layoutable as GraphicObject).IFace.DiscardQueue.Enqueue (this); } - #if DEBUG_LAYOUTING +// #if DEBUG_LAYOUTING else Debug.WriteLine ("\tDELETED => " + this.ToString ()); - #endif +// #endif } - #if DEBUG_LAYOUTING else{ if (LayoutingTries > 2 || DiscardCount > 0) Debug.WriteLine (this.ToString ()); } + #if DEBUG_LAYOUTING LQITime.Stop(); #endif go.parentRWLock.ExitReadLock ();