From b129ae9121e7a9851fefab0dbf1d94f507c7b59d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Thu, 15 Mar 2018 17:03:55 +0100 Subject: [PATCH] print deleted and discarded>2 lqis --- src/LayoutingQueueItem.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (); -- 2.47.3