Skip to content

Commit

Permalink
Refactor debug logs in alarms.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Oct 8, 2024
1 parent 99d805d commit 4cbb5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/alarms.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ router.delete('/', async (req, res) => {
},
refresh: true,
});
console.log(`delete response: ${response}`);
console.log('delete response', response);
if (response.result === 'deleted') {
await loadAlarmTopology();
res.status(200).send('OK');
Expand Down

0 comments on commit 4cbb5f1

Please sign in to comment.