mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 19:04:36 +08:00
remove debug msg
This commit is contained in:
@@ -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)) {
|
||||
|
@@ -66,7 +66,7 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
console.log(this.$parent.notification.type);
|
||||
|
||||
},
|
||||
methods: {
|
||||
async autoGetTelegramChatID() {
|
||||
|
Reference in New Issue
Block a user