Update NSTreeController.m

Remove NSLog from initWithContent:
This commit is contained in:
Gregory Casamento 2024-07-20 12:27:00 -04:00 committed by GitHub
parent d22d839b0c
commit f55d937ab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,6 @@
- (id) initWithContent: (id)content
{
NSLog(@"Content = %@", content);
if ((self = [super initWithContent: content]) != nil)
{
[self _initDefaults];