diff options
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r-- | Source/SPTableData.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m index e1467c2d..ebb03a71 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -487,7 +487,7 @@ } // who knows else { - NSLog( @"not parsed: %@", [parts objectAtIndex:0] ); + // NSLog( @"not parsed: %@", [parts objectAtIndex:0] ); } } } |