Get rid of NSLog

This commit is contained in:
Gregory John Casamento 2024-12-07 20:55:49 -05:00
parent e302cac81c
commit ea7307a91b

View file

@ -78,7 +78,6 @@
[object setPullsDown: pullsDown];
while ((o = [en nextObject]) != nil)
{
NSLog(@"o = %@", o);
[object addItemWithTitle: [o title]];
}
}