How to hide the Development Console

How to hide the Development Console that appears in the left eye of HoloLens.

Method 1

Use Debug.developerConsoleVisible = false;.

Reference : Unity Document

Method 2

Master build instead of Release build.