- removed console.logs
This commit is contained in:
@@ -23,7 +23,6 @@ const postZoomLevel = async (zoomConfig: CameraZoomConfig) => {
|
||||
id: `Camera${zoomConfig.cameraFeedID}-onvif-controller`,
|
||||
fields,
|
||||
};
|
||||
console.log(zoomPayload);
|
||||
const response = await fetch(`${CAMBASE}/api/update-config`, {
|
||||
method: "POST",
|
||||
body: JSON.stringify(zoomPayload),
|
||||
|
||||
Reference in New Issue
Block a user