mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 22:20:42 +00:00
Update NSTreeController.m
Remove NSLog from initWithContent:
This commit is contained in:
parent
d22d839b0c
commit
f55d937ab2
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@
|
|||
|
||||
- (id) initWithContent: (id)content
|
||||
{
|
||||
NSLog(@"Content = %@", content);
|
||||
if ((self = [super initWithContent: content]) != nil)
|
||||
{
|
||||
[self _initDefaults];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue