Remove obsolete memory profiler console output (#35861)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-03-07 18:41:08 -08:00 committed by GitHub
parent 2d28eb8f39
commit aa76847502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 338 deletions

View file

@ -210,9 +210,6 @@ pub enum ProfilerMsg {
/// a panic will occur.
UnregisterReporter(String),
/// Triggers printing of the memory profiling metrics.
Print,
/// Tells the memory profiler to shut down.
Exit,