diff options
author | rowanbeentje <rowan@beent.je> | 2010-01-18 00:02:27 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-01-18 00:02:27 +0000 |
commit | b00642b624b807b240154cdf55ddc52ca630459d (patch) | |
tree | 104873972d1892d3b970e9b5f3e6521c37ae1868 /Source | |
parent | ab9b7d9dad3dcd3a2675d33684729637e5509d42 (diff) | |
download | sequelpro-b00642b624b807b240154cdf55ddc52ca630459d.tar.gz sequelpro-b00642b624b807b240154cdf55ddc52ca630459d.tar.bz2 sequelpro-b00642b624b807b240154cdf55ddc52ca630459d.zip |
- Remove some unintentionally committed debug
Diffstat (limited to 'Source')
-rw-r--r-- | Source/TableContent.m | 2 |
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]) { |