Debug mode is really getting annoying. How do I disable it, it just popped out of nowhere. Here's a screenshot: enter image description here

link|improve this question

Did you check whether debug=true or something similar is passed to the application when launching? You can check the properties of the shortcut used to launch chrome. – Ranhiru Mar 13 '11 at 9:40
very helpful comment. I don't even know what you're talking about – Ieyasu Sawada Mar 13 '11 at 15:17
What version of chrome is this? – Vervious Mar 13 '11 at 18:02
feedback

1 Answer

up vote 2 down vote accepted

That is not part of Chrome (the bad grammar should have tipped you off). That is a JQuery form-validation notice.

Normally, it is only enabled when designing and testing a website and disabled in production code. Contact the website’s admins/webmasters/etc. and let them know about the error.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.