mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Remove test code
This commit is contained in:
@@ -4,15 +4,6 @@ export function initialize() {
|
||||
// Provides the app config to all templates
|
||||
application.inject('controller', 'config', 'service:config');
|
||||
application.inject('component', 'config', 'service:config');
|
||||
|
||||
const jQuery = window.jQuery;
|
||||
|
||||
jQuery.__ajax = jQuery.ajax;
|
||||
jQuery.ajax = function() {
|
||||
// eslint-disable-next-line
|
||||
console.log('jQuery.ajax called:', ...arguments);
|
||||
return jQuery.__ajax(...arguments);
|
||||
};
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user