Skip to content

Commit

Permalink
remove electron-log dep
Browse files Browse the repository at this point in the history
  • Loading branch information
czytelny committed Sep 3, 2019
1 parent ab896c0 commit d665b23
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"chai-as-promised": "^7.1.1",
"dayjs": "1.8.15",
"electron-context-menu": "0.14.0",
"electron-log": "^3.0.7",
"emoji-js": "^3.4.1",
"iview": "^3.3.3",
"jsondiffpatch": "^0.3.11",
Expand Down
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import zh from './i18n/zh';
import pl from './i18n/pl';
import ptBR from './i18n/pt-BR';
import hr from './i18n/hr';
import log from 'electron-log';
import {
Button,
Checkbox,
Expand All @@ -26,7 +25,6 @@ import {
import BoardContent from './components/board/BoardContent.vue';
import VueTextareaAutosize from 'vue-textarea-autosize';

log.catchErrors();
const messages = {
en: en,
zh: zh,
Expand Down

0 comments on commit d665b23

Please sign in to comment.