Remove obsolete comment about loglevels

The nonstandard loglevel equivalents have been removed, but I forgot
to update this comment.

Bug: webrtc:13362
Change-Id: Ifd604cfe53b9ee312d80179cc5e1bc6734ee6c29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254261
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36158}
This commit is contained in:
Harald Alvestrand
2022-03-09 10:52:14 +00:00
committed by WebRTC LUCI CQ
parent 584b4df92d
commit 57869dae11

View File

@ -72,9 +72,7 @@
namespace rtc { namespace rtc {
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// The meanings of the levels are:
// Note that the non-standard LoggingSeverity aliases exist because they are
// still in broad use. The meanings of the levels are:
// LS_VERBOSE: This level is for data which we do not want to appear in the // LS_VERBOSE: This level is for data which we do not want to appear in the
// normal debug log, but should appear in diagnostic logs. // normal debug log, but should appear in diagnostic logs.
// LS_INFO: Chatty level used in debugging for all sorts of things, the default // LS_INFO: Chatty level used in debugging for all sorts of things, the default