Chromium Code Reviews| Index: src/shared/platform/nacl_log.h |
| =================================================================== |
| --- src/shared/platform/nacl_log.h (revision 7373) |
| +++ src/shared/platform/nacl_log.h (working copy) |
| @@ -278,7 +278,7 @@ |
| * LOG_INFO. |
| */ |
| -#if !defined(NACL_STANDALONE) |
| +#if !defined(NACL_STANDALONE) && 0 |
| # define NaClLogV(level, fmt, ap) \ |
| do { \ |
| int __log_level_temp = (level); \ |