Fixed #900 by adding a new flag SD_LOG_NONE that allows silencing the SD logs from the Prefetcher
This commit is contained in:
parent
5f4d7f44b4
commit
ee3c351abd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue