Skip to content

Commit

Permalink
refactor: remove unused logger import in TresCanvas component
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 1, 2025
1 parent d24d2e9 commit 2362e0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/TresCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
import pkg from '../../package.json'
import {
type TresContext,
useLogger,
useTresContextProvider,
} from '../composables'
import { extend } from '../core/catalogue'
Expand Down Expand Up @@ -97,8 +96,6 @@ const slots = defineSlots<{
default: () => any
}>()
const { logWarning } = useLogger()
const canvas = ref<HTMLCanvasElement>()
/*
Expand Down

0 comments on commit 2362e0f

Please sign in to comment.