Browse Source

remove debug msg

pull/353/head
LouisLam 3 years ago
parent
commit
5ca0dd628d
  1. 1
      src/components/HeartbeatBar.vue
  2. 2
      src/components/notifications/Telegram.vue

1
src/components/HeartbeatBar.vue

@ -137,7 +137,6 @@ export default {
if (! Number.isInteger(actualWidth)) {
this.beatWidth = Math.round(actualWidth) / window.devicePixelRatio;
console.log(this.beatWidth);
}
if (! Number.isInteger(actualMargin)) {

2
src/components/notifications/Telegram.vue

@ -66,7 +66,7 @@ export default {
},
},
mounted() {
console.log(this.$parent.notification.type);
},
methods: {
async autoGetTelegramChatID() {

Loading…
Cancel
Save