feat: Group map entities + delete useless logs
This commit is contained in:
@@ -202,7 +202,6 @@ export const DevicesTable = observer(() => {
|
||||
try {
|
||||
// Create an array of promises for all snapshot requests
|
||||
const snapshotPromises = selectedDeviceUuids.map((deviceUuid) => {
|
||||
console.log(`Sending snapshot ${snapshotId} to device ${deviceUuid}`);
|
||||
return send(deviceUuid);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user