aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-05 11:38:23 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-05 11:38:23 +0000
commit004b17bd21089d22f353a8fea7790ec4d3982325 (patch)
treec672187160146351d18d41c496bc83e6ff6e6c13 /Source
parent64567b12a8e9449ea3e23e20f0d236a9bde24dad (diff)
downloadsequelpro-004b17bd21089d22f353a8fea7790ec4d3982325.tar.gz
sequelpro-004b17bd21089d22f353a8fea7790ec4d3982325.tar.bz2
sequelpro-004b17bd21089d22f353a8fea7790ec4d3982325.zip
• forgotten to remove debug logs
Diffstat (limited to 'Source')
-rw-r--r--Source/CustomQuery.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m
index b26cf828..4a0d343a 100644
--- a/Source/CustomQuery.m
+++ b/Source/CustomQuery.m
@@ -265,7 +265,6 @@
if ( sender == previousHistoryMenuItem ) {
NSInteger numberOfHistoryItems = [[SPQueryController sharedQueryController] numberOfHistoryItemsForFileURL:[tableDocumentInstance fileURL]];
currentHistoryOffsetIndex++;
- NSLog(@"%ld + %ld", numberOfHistoryItems, currentHistoryOffsetIndex);
if ( numberOfHistoryItems > 0 && currentHistoryOffsetIndex < numberOfHistoryItems && currentHistoryOffsetIndex >= 0) {
historyItemWasJustInserted = YES;
// if(![textView selectedRange].length)
@@ -285,7 +284,6 @@
if ( sender == nextHistoryMenuItem ) {
NSInteger numberOfHistoryItems = [[SPQueryController sharedQueryController] numberOfHistoryItemsForFileURL:[tableDocumentInstance fileURL]];
currentHistoryOffsetIndex--;
- NSLog(@"%ld - %ld", numberOfHistoryItems, currentHistoryOffsetIndex);
if ( numberOfHistoryItems > 0 && currentHistoryOffsetIndex < numberOfHistoryItems && currentHistoryOffsetIndex >= 0) {
historyItemWasJustInserted = YES;
// if(![textView selectedRange].length)