Forum Discussion
baxatob
9 years agoCommunity Hero
Hi,
You can't turn it off, but you can prevent this warning from posting to the log using Event Handler >>
Python implementation:
def GeneralEvents_OnLogWarning(Sender, LogParams): if "An object recognition hint" in LogParams.MessageText: LogParams.Locked = True