mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 17:10:56 +00:00
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:
parent
862214a9ab
commit
930b47d1cc
1 changed files with 0 additions and 1 deletions
|
@ -6555,7 +6555,6 @@ byExtendingSelection: (BOOL)flag
|
||||||
|
|
||||||
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender
|
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender
|
||||||
{
|
{
|
||||||
NSLog(@"performDragOperation");
|
|
||||||
if ([_dataSource respondsToSelector: @selector(tableView:acceptDrop:row:dropOperation:)])
|
if ([_dataSource respondsToSelector: @selector(tableView:acceptDrop:row:dropOperation:)])
|
||||||
{
|
{
|
||||||
return [_dataSource tableView: self
|
return [_dataSource tableView: self
|
||||||
|
|
Loading…
Reference in a new issue