Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Dec 22, 2023
1 parent 3519825 commit db0d3ce
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ export function registerKibanaFunction({
query,
};

resources.logger.info(JSON.stringify(request.url));
resources.logger.info(JSON.stringify(request.headers, null));

const copiedHeaderNames = [
'accept-encoding',
'accept-language',
Expand All @@ -91,10 +88,6 @@ export function registerKibanaFunction({
);
});

resources.logger.info('Next URL');
resources.logger.info(JSON.stringify(nextUrl));
resources.logger.info(JSON.stringify(headers, null));

return axios({
method,
headers,
Expand Down

0 comments on commit db0d3ce

Please sign in to comment.