diff options
author | comex | 2015-07-13 14:53:09 -0400 |
---|---|---|
committer | comex | 2015-07-13 14:53:09 -0400 |
commit | 0f7e0eb62315472d47de3118d1425fcfb91823ad (patch) | |
tree | 5112ca1350954274cab360ea44ba4b6d05a66749 /darwin-bootstrap/safety-dance/AutoGrid.m | |
parent | don't be n^2 for removal, lol. i should probably switch to rust's robin hood... (diff) | |
download | substitute-0f7e0eb62315472d47de3118d1425fcfb91823ad.tar.gz |
sort of works, but marking it as setup is causing problems - probably better not to, actually
Diffstat (limited to '')
-rw-r--r-- | darwin-bootstrap/safety-dance/AutoGrid.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/safety-dance/AutoGrid.m b/darwin-bootstrap/safety-dance/AutoGrid.m index 2a8d3ed..74d72d2 100644 --- a/darwin-bootstrap/safety-dance/AutoGrid.m +++ b/darwin-bootstrap/safety-dance/AutoGrid.m @@ -66,7 +66,7 @@ break; } contentSize = CGSizeMake(tentativeWidth, tentativeHeight); - NSLog(@"%f", contentSize.height); + /* NSLog(@"%f", contentSize.height); */ if (contentSize.width == 0) break; |