]> O.S.I.I.S - jp/crow.git/commitdiff
print deleted and discarded>2 lqis
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 15 Mar 2018 16:03:55 +0000 (17:03 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 15 Mar 2018 16:03:55 +0000 (17:03 +0100)
src/LayoutingQueueItem.cs

index a9ef298a5dbfc1aa6a12a49479418cffdc9825ab..7efdf1bc0feef668e594800875c1a241927c690a 100644 (file)
@@ -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 ();