Skip to content

Commit a7c036f

Browse files
authored
Merge pull request #1770 from microsoft/baywet-patch-1
fix: removes verbose logging for handlers factory
2 parents 7f7a4a8 + d0eda43 commit a7c036f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/fetch/src/httpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class HttpClient {
3232
middlewares.push(new CustomFetchHandler(customFetch as any));
3333
}
3434

35-
// Set the middleware chain
35+
// Set the middleware handlers chain
3636
this.setMiddleware(...middlewares);
3737
}
3838

0 commit comments

Comments
 (0)