Skip to content

Commit d54bdff

Browse files
committed
chore: console removed
1 parent d196c95 commit d54bdff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ciConfig/CIConfig.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default function CIConfig({
6969
sortObjectArrayAlphabetically(sourceConfig.material, 'name')
7070
const _sourceConfig = { ...sourceConfig }
7171
const sourceConfigMaterial = sourceConfig.material?.map((material: MaterialOptionType) => {
72-
console.log(material)
7372
return {
7473
...material,
7574
label: material?.name,

0 commit comments

Comments
 (0)