aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PSMTabBar/PSMTabBarControl.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PSMTabBar/PSMTabBarControl.m')
-rw-r--r--Frameworks/PSMTabBar/PSMTabBarControl.m1
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;