Skip to content

Commit c9a680c

Browse files
authored
fix(Texture): remove console.log (#2008)
1 parent bd19791 commit c9a680c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/Texture.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export function useTexture<Url extends string[] | string | Record<string, string
5353
const keyed = {} as MappedTextureType<Url>
5454
let i = 0
5555
for (const key in input) keyed[key] = textures[i++]
56-
console.log('keyed', keyed)
5756
return keyed
5857
} else {
5958
return textures

0 commit comments

Comments
 (0)