Skip to content

Commit

Permalink
data-lake-view: Remove leftover console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Feb 4, 2025
1 parent 53aafb7 commit 89dd5e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/ToolsDataLakeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const setupVariableListeners = (): void => {
const cleanupVariableListeners = (): void => {
Object.entries(listeners.value).forEach(([id, listenerId]) => {
console.log(`Unlistening to ${id}.`)
unlistenDataLakeVariable(id, listenerId)
})
}
Expand Down

0 comments on commit 89dd5e5

Please sign in to comment.