Remove removed macros from documentation

This commit is contained in:
Martin Hořeňovský 2018-06-28 09:42:43 +02:00
parent 9fb38fcc14
commit e69afb6252
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ This would log something like:
<pre>"theAnswer := 42"</pre>
## 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)