소스 검색

Remove debugging code

HJ 2 년 전
부모
커밋
b319c0c72b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/settings_modal/tabs/theme_tab/theme_tab.js

+ 0 - 1
src/components/settings_modal/tabs/theme_tab/theme_tab.js

@@ -381,7 +381,6 @@ export default {
     },
     isActive () {
       const tabSwitcher = this.$parent
-      console.log(this.$parent)
       return tabSwitcher ? tabSwitcher.isActive('theme') : false
     }
   },