Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
gugmaster committed Oct 26, 2012
1 parent dab3b44 commit d0882e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Core/Source/DTDownloadCache.m
Expand Up @@ -332,12 +332,6 @@ - (void)download:(DTDownload *)download didFailWithError:(NSError *)error

- (void)download:(DTDownload *)download didFinishWithFile:(NSString *)path
{
<<<<<<< HEAD
//NSLog(@"did finish %@", download.URL);
=======
NSLog(@"did finish %@", download.URL);
>>>>>>> cf6e01720bddec66632e898647db0fabf198ea15

[_workerContext performBlock:^{
// check if URL already exists
DTCachedFile *cachedFile = [self _cachedFileForURL:download.URL inContext:_workerContext];
Expand Down

0 comments on commit d0882e0

Please sign in to comment.