Skip to content

Commit 186d294

Browse files
chore: remove console.log
1 parent 9a553a3 commit 186d294

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/interceptors/request.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ export function defaultRequestInterceptor(axios: AxiosCacheInstance): RequestInt
304304
});
305305
};
306306

307-
console.log(config.adapter.name);
308-
309307
if (__ACI_DEV__) {
310308
axios.debug({
311309
id: config.id,

0 commit comments

Comments
 (0)