We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b43d6 commit 54dcd13Copy full SHA for 54dcd13
resources/assets/component.js
@@ -42,7 +42,6 @@ window._component = {
42
error_callback: null,
43
timeout:30000
44
}, settings);
45
- console.log(typeof settings.data);
46
let xhr = new XMLHttpRequest();
47
if (settings.method === 'GET') settings.url = _component.parseParams(settings.url, settings.data);
48
xhr.open(settings.method, settings.url, true);
0 commit comments