Skip to content
Snippets Groups Projects
Commit de3b3655 authored by syuilo's avatar syuilo
Browse files

chore: Remove debug code

parent 7bb8d8b2
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ export default Vue.extend({
methods: {
// TODO: これは実質的に親コンポーネントから子コンポーネントのプロパティを変更してるのでなんとかしたい
read(items, announcement, i) {
console.log(this);
Vue.set(items, i, {
...announcement,
isRead: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment