I have a -1.0 drawn in the middle of my screen and cant find where its happening

I see the text -1.0 drawn in the middle of my screen. When in the editor its at world position 0, 0, 0 however in game it follows the camera. I searched my blue prints for Draw Debug calls but I dont see any. How do I find where this -1.0 is being drawn so I can delete the code or remove it?

could be a widget. if so, you can use the widget reflector to nail it down. the tool can be found under Window->Developer Tools. Click on the button Pick Live Widget, hover the mouse above the -1.0 and see if it gets highlighted.