Skip to content

Commit

Permalink
Update core/frontend/src/components/app/NetworkInterfacePriorityMenu.vue
Browse files Browse the repository at this point in the history
Co-authored-by: João Mário Lago <[email protected]>
  • Loading branch information
2 people authored and patrickelectric committed Feb 10, 2025
1 parent e6cce66 commit e204ae7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export default Vue.extend({
})
.catch((error) => {
const message = `Could not set network interface priorities: ${interface_priorities}, error: ${error}`
console.log(interface_priorities)
notifier.pushError('INCREASE_NETWORK_INTERFACE_METRIC_FAIL', message)
})
.then(() => {
Expand Down

0 comments on commit e204ae7

Please sign in to comment.