Skip to content

Commit

Permalink
chore: Remove http header logging
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx1701 committed Apr 28, 2024
1 parent 603009e commit a953b99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http/http.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const httpConfig: HttpModuleOptions = {
export function httpRequestInterceptor(
config: InternalAxiosRequestConfig<any>,
) {
Logger.log(config.headers);
Logger.log(`Outgoing request to '${config.url}'.`, 'Axios');
return config;
}
Expand Down

0 comments on commit a953b99

Please sign in to comment.