Remove debug output of the hunk html.

This commit is contained in:
Uwe Hees
2011-05-07 11:34:06 +02:00
parent d36f441e38
commit 2e3cdd2e05
-2
View File
@@ -428,8 +428,6 @@
[res appendString:[NSString stringWithFormat:@"<td class='code'>%@</td></tr>",[line substringFromIndex:arity-1]]];
}
}
DLog(@"-=%@=-",res);
return res;
}