Browse Source

remove debug

Felix Paul Kühne 12 years ago
parent
commit
acee836e61
1 changed files with 0 additions and 1 deletions
  1. 0 1
      AspenProject/VLCCircularProgressIndicator.m

+ 0 - 1
AspenProject/VLCCircularProgressIndicator.m

@@ -12,7 +12,6 @@
 
 - (void)drawRect:(CGRect)rect
 {
-    NSLog(@"draw Rect");
     self.backgroundColor = [UIColor clearColor];
     CGContextClearRect(UIGraphicsGetCurrentContext(), rect);