diff --git a/pxSVG-TestApp/ViewController.m b/pxSVG-TestApp/ViewController.m index f979dce..c32ce36 100644 --- a/pxSVG-TestApp/ViewController.m +++ b/pxSVG-TestApp/ViewController.m @@ -30,7 +30,6 @@ - (instancetype)initWithFrame:(CGRect)frame - (void)svgViewDidLoadImage:(pxSVGView *)svgView { - NSLog(@"load %@",self.SVGURL); } - (void)svgView:(pxSVGView *)svgLayer didFailedLoad:(NSError *)error