I am developing a project for HoloLens. When I run my project, a status bar appears, showing FPS, memory usage, and so on. How can I delete this status bar or not display it?

_(Links to sample github project preferred)_
2018.3.11f
MRTK v2 Release Candidate 1
Remove the diagnostics profile from the MRTK instance
To remove the floating Diagnostics screen from your project:
Open MixedRealityToolKit in the Inspector.
Scroll down to Diagnostic Systems Settings
Unclick Enable Diagnostics System.
I can probably update the doc here to have those steps from @ArtieTwelve as well:
@provencher @ArtieTwelve @wiwei Thank you all, I will try it.
@ArtieTwelve's steps are correct.
Please note that it is highly recommended to keep the diagnostics profiler enabled during the development of your application so that you can spot performance issues (ex: frame rate below 60) when they are easiest to fix.
This document describes enabling the diagnostics system in detail.
Most helpful comment
To remove the floating Diagnostics screen from your project:
Open MixedRealityToolKit in the Inspector.
Scroll down to Diagnostic Systems Settings
Unclick Enable Diagnostics System.