remove prints

This commit is contained in:
dante ruiz 2019-07-09 14:49:08 -07:00
parent 8819a37712
commit 1741b9a91b

View file

@ -6,7 +6,6 @@
- (void) downloadInterface:(NSString*) downloadUrl
{
NSLog(@"-----------------> %@", downloadUrl);
self.progressPercentage = 0.0;
self.taskProgressPercentage = 0.0;
NSURLRequest* request = [NSURLRequest requestWithURL:[NSURL URLWithString:downloadUrl]