Browse Source

feat(api): remove debugger

gemercheung 3 years ago
parent
commit
f561eb636d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/utils/http/axios/index.ts

+ 0 - 1
src/utils/http/axios/index.ts

@@ -61,7 +61,6 @@ const transform: AxiosTransform = {
       if (typeof message === 'object' && Reflect.has(message, 'pageSize')) {
       if (typeof message === 'object' && Reflect.has(message, 'pageSize')) {
         return message;
         return message;
       } else {
       } else {
-        debugger;
         return result || data;
         return result || data;
       }
       }
     }
     }