remove log statement

This commit is contained in:
Alex Holliday
2024-12-12 12:38:43 +08:00
parent 2226a2f1cf
commit 3840b3ec2d

View File

@@ -148,8 +148,6 @@ const CreateInfrastructureMonitor = () => {
thresholds,
};
console.log(form);
const action = await dispatch(
createInfrastructureMonitor({ authToken, monitor: form })
);