소스 검색

remove debug

Felix Paul Kühne 12 년 전
부모
커밋
acee836e61
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);