We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638662e commit 68e7711Copy full SHA for 68e7711
src/components/LanguagesList.vue
@@ -123,7 +123,6 @@ export default {
123
},
124
deactivated() {
125
this.$store.commit('REMOVE_TRACKED_CONTAINER', this.$refs.languagesList.className);
126
- console.log('DEACTIVATED');
127
window.removeEventListener('resize', this.fillEmptyCellsReference);
128
129
methods: {
0 commit comments