Skip to content

Commit 2e3cdd2

Browse files
committed
Remove debug output of the hunk html.
1 parent d36f441 commit 2e3cdd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GLFileView.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,6 @@ + (NSString *)parseDiffChunk:(NSString *)txt
428428
[res appendString:[NSString stringWithFormat:@"<td class='code'>%@</td></tr>",[line substringFromIndex:arity-1]]];
429429
}
430430
}
431-
DLog(@"-=%@=-",res);
432-
433431
return res;
434432
}
435433

0 commit comments

Comments
 (0)