mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-05 01:10:39 +02:00
remove prints
This commit is contained in:
parent
8819a37712
commit
1741b9a91b
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
- (void) downloadInterface:(NSString*) downloadUrl
|
- (void) downloadInterface:(NSString*) downloadUrl
|
||||||
{
|
{
|
||||||
NSLog(@"-----------------> %@", downloadUrl);
|
|
||||||
self.progressPercentage = 0.0;
|
self.progressPercentage = 0.0;
|
||||||
self.taskProgressPercentage = 0.0;
|
self.taskProgressPercentage = 0.0;
|
||||||
NSURLRequest* request = [NSURLRequest requestWithURL:[NSURL URLWithString:downloadUrl]
|
NSURLRequest* request = [NSURLRequest requestWithURL:[NSURL URLWithString:downloadUrl]
|
||||||
|
|
Loading…
Reference in a new issue