aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/TablesList.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m
index 4c90df4b..ace79005 100644
--- a/Source/TablesList.m
+++ b/Source/TablesList.m
@@ -49,9 +49,7 @@
NSString *selectedTable = nil;
NSInteger selectedRowIndex;
- NSLog( @"%d %d %d", [mySQLConnection serverMajorVersion], [mySQLConnection serverMinorVersion], [mySQLConnection serverReleaseVersion] );
-
- selectedRowIndex = [tablesListView selectedRow];
+ selectedRowIndex = [tablesListView selectedRow];
if(selectedRowIndex > 0 && [tables count]){
selectedTable = [NSString stringWithString:[tables objectAtIndex:selectedRowIndex]];
}