Skip to content

Commit d7c7457

Browse files
committed
fix: removed extra log
1 parent 998a9fe commit d7c7457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/HttpXMLUtil.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const HttpXMLUtil = {
104104
xhr.setRequestHeader(headerName, customHeaders[headerName]);
105105
}
106106
}
107-
console.log('Headers added to the request:', xhr.getAllResponseHeaders());
108107

109108
xhr.onload = function() {
110109
if (xhr.status >= 200 && xhr.status < 300) {

0 commit comments

Comments
 (0)