]> err.no Git - sope/blobdiff - sope-ical/versitSaxDriver/VSSaxDriver.m
minor tweaks
[sope] / sope-ical / versitSaxDriver / VSSaxDriver.m
index 0866c87a0d70f43598e710fb2741f1d24eb5499c..5013ea9296dfea87f4ac156bf836755e8c514731 100644 (file)
@@ -692,10 +692,12 @@ static VSStringFormatter *stringFormatter = nil;
              range:todoRange];
   /* is line well-formed? */
   if (r.length == 0 || r.location == 0) {
+#if 0
     NSLog(@"todo-range: %i-%i, range: %i-%i, length %i, str-class %@",
           todoRange.location, todoRange.length,
           r.location, r.length,
           length, NSStringFromClass([_line class]));
+#endif
 
     [self reportError:
             [@"got an improper content line! (did not find colon) ->\n"