diff options
Diffstat (limited to 'xpcom/base/nsConsoleService.h')
-rw-r--r-- | xpcom/base/nsConsoleService.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xpcom/base/nsConsoleService.h b/xpcom/base/nsConsoleService.h index 089de8106..0aad5ccf4 100644 --- a/xpcom/base/nsConsoleService.h +++ b/xpcom/base/nsConsoleService.h @@ -45,8 +45,7 @@ public: } // This is a variant of LogMessage which allows the caller to determine - // if the message should be output to an OS-specific log. This is used on - // B2G to control whether the message is logged to the android log or not. + // if the message should be output to an OS-specific log. enum OutputMode { SuppressLog, |