From b5ccc9bd71123ea6a45100c0353c40e42e489f3a Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 1 Sep 2009 00:23:01 +0000 Subject: - Remove an NSLog I accidentally left in (and another found via a search) - Improve SQL parser streaming improvements for significant speedups and some very important bugfixes --- Source/TableContent.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/TableContent.m') diff --git a/Source/TableContent.m b/Source/TableContent.m index c9d69b31..f796eca6 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -511,7 +511,6 @@ // If we are using the BETWEEN operator and either of the argument fields are empty return nil. if ([[[compareField selectedItem] title] isEqualToString:@"BETWEEN"]) { if (([firstBetweenArgument length] == 0) || ([secondBetweenArgument length] == 0)) { - NSLog(@"reached"); return nil; } } -- cgit v1.2.3