Skip to content

Commit

Permalink
remove Dlog
Browse files Browse the repository at this point in the history
  • Loading branch information
norsez committed Sep 22, 2014
1 parent 446f992 commit bb00707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BDMultiDownloader.m
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ -(void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)erro
}

[self launchNextConnection];
DLog(@"%@", error);
NSLog(@"%@", error);

}

Expand Down

0 comments on commit bb00707

Please sign in to comment.