[Vuejs]-How to turn off console.info messages from Nuxt server?

0👍

You could right click on the message in your devtools console and go with Hide messages from vue.runtime.esm.js. It will hide it from your console thanks to a filter. Do not solves the real problem, but a nice and quick fix.

Pretty much as here: https://superuser.com/a/995289/850722

Leave a comment