aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-06-17 08:05:16 +0000
committerBibiko <bibiko@eva.mpg.de>2010-06-17 08:05:16 +0000
commit6bde8e73c88f59fc3a41e6aab1db8aa233fb1b08 (patch)
tree58b2a58b9408ad82c9968062f3c45ac62f3078d2
parent5eca837c7b35dc6c7a22d32e482399c897f0a566 (diff)
downloadsequelpro-6bde8e73c88f59fc3a41e6aab1db8aa233fb1b08.tar.gz
sequelpro-6bde8e73c88f59fc3a41e6aab1db8aa233fb1b08.tar.bz2
sequelpro-6bde8e73c88f59fc3a41e6aab1db8aa233fb1b08.zip
• forgotten to remove debug logs for r2337
-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;