Skip to content

Commit d0eda43

Browse files
authored
fix: removes verbose logging for handlers factory
1 parent 7f7a4a8 commit d0eda43

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)