From b9b8ab75526bdc337b2199e7989243a4932f5ea1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 17 Aug 2015 18:53:46 -0400 Subject: [PATCH] Removed some debugging stuff. I'm going to need to introduce a uiControlRelayoutParent(). --- redo/reredo/darwin/group.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/redo/reredo/darwin/group.m b/redo/reredo/darwin/group.m index f54347a2..f1708ec4 100644 --- a/redo/reredo/darwin/group.m +++ b/redo/reredo/darwin/group.m @@ -69,9 +69,7 @@ void uiGroupSetMargined(uiGroup *g, int margined) g->margined = margined; if (g->child != NULL) { childView = (NSView *) uiControlHandle(g->child); -NSLog(@"fitting size before %@", NSStringFromSize([g->box fittingSize])); layoutSingleView(g->box, childView, g->margined); -NSLog(@"fitting size after %@", NSStringFromSize([g->box fittingSize])); } }