Skip to content

Commit

Permalink
chore(scrollbar): removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBos authored and ThomBos committed Apr 28, 2022
1 parent 15e0d87 commit 94e9b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/views/chat/enhancers/Enhancers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export default Vue.extend({
* @example v-on:click="toggleEnhancers"
*/
toggleEnhancers(event: Event) {
console.log('looool')
this.clickEvent()
/* Ignore outside toggling when glyph & emoji toggle btn is clickd (for preventing twice-toggling) */
const glyphToggleElm = document.getElementById('glyph-toggle')
Expand Down

0 comments on commit 94e9b74

Please sign in to comment.