diff --git a/docs/logging.md b/docs/logging.md index 7ae54aab..39ae5c7a 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -72,12 +72,6 @@ This would log something like:
"theAnswer := 42"
-## Deprecated macros - -**SCOPED_INFO and SCOPED_CAPTURE** - -These macros are now deprecated and are just aliases for INFO and CAPTURE (which were not previously scoped). - --- [Home](Readme.md#top)