Annoying "JQMIGRATE: Migrate is..." in console after update to WordPress 4.5
Why is there a constant notice,
JQMIGRATE: Migrate is installed, version 1.4.0
that points to load-scripts.php
in my console when I updated my theme to WordPress 4.5, and how can it be removed?
It's not an error, but it's always present in my console, and I really don't see what's the point of it. Should I update something, or make some changes to my code?
Maybe I have a bit of OCD, but usually when I inspect the site, I like to see errors and real notices that point to an issue in my console...
EDIT
WordPress 5.5 removed jQuery Migrate script, as a preparation step for updating jQuery to the latest version in 5.6. So the notice should be gone.
https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/