style: remove config console.log print
This commit is contained in:
parent
d2d105c905
commit
53b2c042f7
@ -71,8 +71,6 @@ export const http: MonitorProvider<{
|
|||||||
|
|
||||||
config.httpsAgent = new https.Agent(httpsAgentOptions);
|
config.httpsAgent = new https.Agent(httpsAgentOptions);
|
||||||
|
|
||||||
console.log('config', config);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const startTime = dayjs();
|
const startTime = dayjs();
|
||||||
const res = await axios({ ...config });
|
const res = await axios({ ...config });
|
||||||
|
Loading…
Reference in New Issue
Block a user