Description
When org.apache.wicket.settings.IDebugSettings#setAjaxDebugModeEnabled(false)wicket-ajax.js won't log any errors to the browser console because of the check at:
https://github.com/apache/wicket/blob/8a3bd97825647301833751e906f441577e3fb3a5/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js#L231
I think errors should be logged to the browser console if there is a window.console object no matter what is the value of the setting.