mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Get rid of NSLog
This commit is contained in:
parent
e302cac81c
commit
ea7307a91b
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@
|
|||
[object setPullsDown: pullsDown];
|
||||
while ((o = [en nextObject]) != nil)
|
||||
{
|
||||
NSLog(@"o = %@", o);
|
||||
[object addItemWithTitle: [o title]];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue