diff options
Diffstat (limited to 'base/logging.h')
-rw-r--r-- | base/logging.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h index df31955..e9faca3 100644 --- a/base/logging.h +++ b/base/logging.h @@ -438,7 +438,6 @@ const LogSeverity LOG_0 = LOG_ERROR; // PLOG_STREAM is used by PLOG, which is the usual error logging macro // for each platform. #define PLOG_STREAM(severity) LOG_ERRNO_STREAM(severity) -// TODO(tschmelcher): Should we add OSStatus logging for Mac? #endif #define PLOG(severity) \ |