diff options
-rw-r--r-- | Frameworks/PSMTabBar/PSMTabBarControl.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Frameworks/PSMTabBar/PSMTabBarControl.m b/Frameworks/PSMTabBar/PSMTabBarControl.m index fdd30396..3650fc93 100644 --- a/Frameworks/PSMTabBar/PSMTabBarControl.m +++ b/Frameworks/PSMTabBar/PSMTabBarControl.m @@ -1503,7 +1503,6 @@ if (![[[cell representedObject] identifier] isCustomQuerySelected] && [[[sender draggingPasteboard] types] indexOfObject:NSStringPboardType] != NSNotFound) { [[[cell representedObject] identifier] performSelector:@selector(viewQuery:) withObject:nil]; - NSLog(@"A"); } } return NSDragOperationCopy; |