diff --git a/lib/core/Axios.js b/lib/core/Axios.js index 67ba0e7..a564927 100644 --- a/lib/core/Axios.js +++ b/lib/core/Axios.js @@ -170,8 +170,6 @@ class Axios { let newConfig = config; - i = 0; - while (i < len) { const onFulfilled = requestInterceptorChain[i++]; const onRejected = requestInterceptorChain[i++];