Finding the origin of a Print

Anyone had this, where something is writing to the Output window but you don’t know what and the only way to find it to go through every single chart to every single indicator off to find it.

There must be a better way?

Using a powershell script I would precede every Print() of every indicator with:

Print(Name + " DebugHelper123"); // add DebugHelper123 to make it unique for later script to comment it out

and use another powershell script to comment it out once done