avrdude started printing infomation/diagnostic messages during upload

Hi
My first post here and new to Arduino.

All my sketches uploaded normally to my Uno board until I installed a 3rd party MPU6050 library and uploaded the example calibration sketch(which did not work).

Now, every time that I upload a sketch I get some avrdude diagnostic information about things like port number, baud rate, AVR Part (ATmega328P), chip erase delay etc etc. Then it reads on-chip flash data and finally 'avr done. Thank you.'

It also mentions the location of a configuration file but I am loath to mess with it in case I make matters worse as the board is still usable.

How can I get rid of these annoying messages and why might they have started appearing in the first place?

Many thanks

P.S. I would have included the full list but I could not copy the text from the small black window below the sketch.

Most often it is as a simple as opening the IDE preferences and turning off VERBOSE.

Posting tips.

  • Always list the version of the IDE you are using and the board version if applicable.
  • How to insert an image into your post. ( Thanks Robin2 )
  • Add your sketch where applicable but please use CODE TAGS ( </> )
  • Add a SCHEMATIC were needed even if it is hand drawn
  • Add working links to any specific hardware as needed (NOT links to similar items)
  • Remember that the people trying to help cannot see your problem so give as much information as you can