I get the message "Failed to load resource: net::ERR_FILE_NOT_FOUND" in the console when a webview in a Chrome Packaged App tries to load a non-existent local file. This is expected, because the program is supposed to check a couple of different location, starting with the local system and then switching to a remote server as a second try.
The problem is that there are a lot of these messages in the console, which makes it very difficult to use the console for anything else.
Is there a way to turn this message off?