From 2e3cdd2e05f3e532f021728cd240e4e4b34b4d68 Mon Sep 17 00:00:00 2001 From: Uwe Hees Date: Sat, 7 May 2011 11:34:06 +0200 Subject: [PATCH] Remove debug output of the hunk html. --- GLFileView.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/GLFileView.m b/GLFileView.m index 4227f09..7b90970 100644 --- a/GLFileView.m +++ b/GLFileView.m @@ -428,8 +428,6 @@ [res appendString:[NSString stringWithFormat:@"%@",[line substringFromIndex:arity-1]]]; } } - DLog(@"-=%@=-",res); - return res; }