Remove NSLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14946 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-11-06 20:07:40 +00:00
parent 862214a9ab
commit 930b47d1cc

View file

@ -6555,7 +6555,6 @@ byExtendingSelection: (BOOL)flag
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender
{
NSLog(@"performDragOperation");
if ([_dataSource respondsToSelector: @selector(tableView:acceptDrop:row:dropOperation:)])
{
return [_dataSource tableView: self