Fixed #900 by adding a new flag SD_LOG_NONE that allows silencing the SD logs from the Prefetcher

This commit is contained in:
Bogdan Poplauschi 2014-09-22 22:15:45 +03:00
parent 5f4d7f44b4
commit ee3c351abd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#import "SDWebImagePrefetcher.h"
#if !defined(DEBUG) && !defined (SD_VERBOSE)
#if (!defined(DEBUG) && !defined (SD_VERBOSE)) || defined(SD_LOG_NONE)
#define NSLog(...)
#endif