Skip to content

Commit

Permalink
Fix: Remove Console Log (solop-develop#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricargame authored Nov 19, 2024
1 parent 6e58cae commit 6dcae00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ADempiere/TabManager/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,6 @@ export default defineComponent({
}
}

console.log({ query, routerParams, currentRoute })

const { keyColumn } = store.getters.getStoredTab(props.parentUuid, containerUuid)
if (!isEmptyValue(query.recordId)) {
filtersRecord = {
Expand Down

0 comments on commit 6dcae00

Please sign in to comment.