aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-01-18 00:02:27 +0000
committerrowanbeentje <rowan@beent.je>2010-01-18 00:02:27 +0000
commitb00642b624b807b240154cdf55ddc52ca630459d (patch)
tree104873972d1892d3b970e9b5f3e6521c37ae1868
parentab9b7d9dad3dcd3a2675d33684729637e5509d42 (diff)
downloadsequelpro-b00642b624b807b240154cdf55ddc52ca630459d.tar.gz
sequelpro-b00642b624b807b240154cdf55ddc52ca630459d.tar.bz2
sequelpro-b00642b624b807b240154cdf55ddc52ca630459d.zip
- Remove some unintentionally committed debug
-rw-r--r--Source/TableContent.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index eb74accc..03054f5b 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -605,11 +605,9 @@
// Perform and process the query
[tableContentView performSelectorOnMainThread:@selector(noteNumberOfRowsChanged) withObject:nil waitUntilDone:YES];
[self setUsedQuery:queryString];
- NSDate *startDate = [NSDate date];
streamingResult = [mySQLConnection streamingQueryString:queryString];
[self processResultIntoDataStorage:streamingResult approximateRowCount:rowsToLoad];
[streamingResult release];
- NSLog(@"New took %f sec", [[NSDate date] timeIntervalSinceDate:startDate]);
// If the result is empty, and a late page is selected, reset the page
if ([prefs boolForKey:SPLimitResults] && queryStringBeforeLimit && !tableRowsCount && ![mySQLConnection queryCancelled]) {