diff --git a/Source/NSTableView.m b/Source/NSTableView.m index 5c99f36d0..3c80b4777 100644 --- a/Source/NSTableView.m +++ b/Source/NSTableView.m @@ -6555,7 +6555,6 @@ byExtendingSelection: (BOOL)flag - (BOOL) performDragOperation: (id)sender { - NSLog(@"performDragOperation"); if ([_dataSource respondsToSelector: @selector(tableView:acceptDrop:row:dropOperation:)]) { return [_dataSource tableView: self