Currently there is a Debug.Log inside the Features/Watch.cs file, which is getting output into the console for all projects. To fix this, we should wrap that code (either inline or abstracted into our own logging class) with a check to see if Settings.DebugMode is true.
