mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
remove debug msg
This commit is contained in:
parent
4a106431f3
commit
5ca0dd628d
2 changed files with 1 additions and 2 deletions
|
@ -137,7 +137,6 @@ export default {
|
||||||
|
|
||||||
if (! Number.isInteger(actualWidth)) {
|
if (! Number.isInteger(actualWidth)) {
|
||||||
this.beatWidth = Math.round(actualWidth) / window.devicePixelRatio;
|
this.beatWidth = Math.round(actualWidth) / window.devicePixelRatio;
|
||||||
console.log(this.beatWidth);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! Number.isInteger(actualMargin)) {
|
if (! Number.isInteger(actualMargin)) {
|
||||||
|
|
|
@ -66,7 +66,7 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log(this.$parent.notification.type);
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async autoGetTelegramChatID() {
|
async autoGetTelegramChatID() {
|
||||||
|
|
Loading…
Reference in a new issue