Skip to content

Commit

Permalink
Remove console output
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Nov 8, 2023
1 parent 8d4ec29 commit ea802d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-app-external/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export default defineComponent({
watch(
applicationName,
(newAppName, oldAppName) => {
console.log('appNames', newAppName, oldAppName)
if (newAppName === 'Office365' && newAppName !== oldAppName) {
window.addEventListener('message', catchClickMicrosoftEdit)
} else {
Expand Down

0 comments on commit ea802d5

Please sign in to comment.