Comment #3 on issue 15472 by zibree: "XHR finished loading" messages
clutter the console
http://code.google.com/p/chromium/issues/detail?id=15472
I found the solution.
Go to chrome application directory.
for example:
%APPDATA%\Google\Chrome\Application\4.0.249.43\Resources\Inspector
find devtools.js
find this line:
WebInspector.addConsoleMessage = function(payload)
{
and add:
if(arguments[1].toString().indexOf("XHR finished loading")==-1){
then at the end of the routine put another } to close the condition.
this will filter out all XHR messages :)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs