From 004b17bd21089d22f353a8fea7790ec4d3982325 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 5 Feb 2010 11:38:23 +0000 Subject: =?UTF-8?q?=E2=80=A2=20forgotten=20to=20remove=20debug=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.m | 2 -- 1 file changed, 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) -- cgit v1.2.3