Skip to content

Commit 44a2b46

Browse files
committed
refactor: removes debug code
Signed-off-by: Pedro Lamas <[email protected]>
1 parent 15f8305 commit 44a2b46

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/widgets/thermals/HeaterMpcCalibrateDialog.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,13 @@
4646
<script lang="ts">
4747
import type { Heater } from '@/store/printer/types'
4848
import type { NullableOrEmpty } from '@/util/is-null-or-empty'
49-
import { Component, Vue, VModel, Prop, Watch } from 'vue-property-decorator'
49+
import { Component, Vue, VModel, Prop } from 'vue-property-decorator'
5050
5151
@Component({})
5252
export default class HeaterMpcCalibrateDialog extends Vue {
5353
targetTemperature = 100
5454
fanBreakpoints: NullableOrEmpty<number> = null
5555
56-
@Watch('fanBreakpoints')
57-
onfanBreakpoints (value: string) {
58-
console.log({ value })
59-
}
60-
6156
@VModel({ type: Boolean })
6257
open?: boolean
6358

0 commit comments

Comments
 (0)