Disabling Speed Badge

Sorry if this is a silly question. Is there a way to disable the speed badge, but maintain the storage of the results? I want to run the profiler in Production, but I don’t want our users to see that it’s running.

Thanks in advance.

Confirmed. It was a stupid question. The config to disable the speed badge is
Rack::MiniProfiler.config.auto_inject = false
for anyone else that has the same question.