Skip to content

Commit

Permalink
configuration-logs: Remove leftover console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jun 27, 2024
1 parent 7c0b5c9 commit a6fb5a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/ConfigurationLogsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ const removeChipFromGrid = (quadrantKey: string, chip: string): void => {
const index = datalogger.telemetryDisplayData.value[quadrantKey].indexOf(chip)
if (index !== -1) {
datalogger.telemetryDisplayData.value[quadrantKey].splice(index, 1)
console.log('🚀 ~ originalLoggedVariables.value:', originalLoggedVariables.value)
console.log('🚀 ~ chip:', chip)
if (originalLoggedVariables.value.includes(chip)) {
loggedVariables.value.push(chip)
Expand Down

0 comments on commit a6fb5a4

Please sign in to comment.