Skip to content

Commit 6e22f70

Browse files
committed
Clean up
1 parent 95e5415 commit 6e22f70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/nico/src/nico/components/BlockParamEditor.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export default {
3939
name: 'BlockParamEditor',
4040
directives: {
4141
sprite (canvasElement, sprite) {
42-
console.log(canvasElement, sprite.value)
4342
canvasElement.width = 8
4443
canvasElement.height = 8
4544
const ctx = canvasElement.getContext('2d')
@@ -91,8 +90,8 @@ export default {
9190
}
9291
},
9392
deep: true,
94-
}
95-
}
93+
},
94+
},
9695
}
9796
</script>
9897
<style scoped>

0 commit comments

Comments
 (0)