diff --git a/src/jmapNew/theme/components/menus/passiveDialog/control.vue b/src/jmapNew/theme/components/menus/passiveDialog/control.vue index 93f3e8252..9e780d566 100644 --- a/src/jmapNew/theme/components/menus/passiveDialog/control.vue +++ b/src/jmapNew/theme/components/menus/passiveDialog/control.vue @@ -204,7 +204,6 @@ export default { if (!this.dialogShow) { let info = SimulationType[member.type]; - console.log(member.deviceCode, this.$store.getters['map/getDeviceByCode'](member.deviceCode), '********'); if (member.deviceCode) { const device = this.$store.getters['map/getDeviceByCode'](member.deviceCode); if (device) { diff --git a/src/jmapNew/theme/datie_02/menus/menuButton.vue b/src/jmapNew/theme/datie_02/menus/menuButton.vue index 5bcbd2bb7..cc3641479 100644 --- a/src/jmapNew/theme/datie_02/menus/menuButton.vue +++ b/src/jmapNew/theme/datie_02/menus/menuButton.vue @@ -2,7 +2,7 @@