Skip to content

Commit

Permalink
refactor: remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Oct 4, 2023
1 parent 4635026 commit fd715ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/dialogs/SpoolmanChangeSpoolDialogRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ import { ServerSpoolmanStateSpool } from '@/store/server/spoolman/types'
@Component({})
export default class SpoolmanChangeSpoolDialogRow extends Mixins(BaseMixin) {
@Prop({ required: true }) declare readonly spool: ServerSpoolmanStateSpool
mounted() {
window.console.log(this.spool)
}
get color() {
const color = this.spool.filament?.color_hex ?? '000'
Expand Down

0 comments on commit fd715ce

Please sign in to comment.