GRBL V1.1 unwanted data feedback

My CNC using gerbal v0.9 all works ok. I upgrade to ver 1.1 and all works, however, the 'monitor scree,', part of the control program UGS, displays unwanted position data in a light grey font. It also displays, in bold black code, the wanted data. This is a function of the arduino NANO, not the UGS program. There is a command $10 =0 that should tell the NANO to supress this data. It doeas on ver 0.9.
It is annoying because it updates roughly twice per second, and the wanted data-commands sent and executed, scroll of the screen and I have to search for them.
Anyone know how to turn off this reporting?
thanks.

OK All sorted. The arduino always issues this info. I found I can turn it off by unticking verbose button in UGS program.
Thanks everyone