diff --git a/vm/src/macros.rs b/vm/src/macros.rs index 158898c48..617729674 100644 --- a/vm/src/macros.rs +++ b/vm/src/macros.rs @@ -257,7 +257,6 @@ macro_rules! match_class { }; } - /// Super detailed logging. Might soon overflow your logbuffers /// Default, this logging is discarded, except when a the `vm-tracing-logging` /// build feature is enabled.