aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r--Source/SPTableData.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m
index 23f3f396..57421d0e 100644
--- a/Source/SPTableData.m
+++ b/Source/SPTableData.m
@@ -441,13 +441,15 @@
}
// primary key
else if( [[parts objectAtIndex:0] hasPrefix:@"PRIMARY"] ) {
- NSLog( @"pkey is %@", [[parts objectAtIndex:2] stringByTrimmingCharactersInSet:junk] );
+ //NSLog( @"pkey is %@", [[parts objectAtIndex:2] stringByTrimmingCharactersInSet:junk] );
}
// key
else if( [[parts objectAtIndex:0] hasPrefix:@"KEY"] ) {
+ /*
NSLog( @"key %@.%@",
[[parts objectAtIndex:1] stringByTrimmingCharactersInSet:junk],
[[parts objectAtIndex:2] stringByTrimmingCharactersInSet:junk] );
+ */
}
// who knows
else {