Skip to content

Commit 991cb76

Browse files
committed
Remove console.log statement in fetchCommandMenus function
1 parent 0edee17 commit 991cb76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/views/stores/InputStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export const InputStore = types
128128
}
129129
}),
130130
fetchCommandMenus: (items: Item[]) => {
131-
console.log("items: ", items);
132131
self.commandMenus.clear();
133132
self.commandMenus.push(...items);
134133
self.commandMenus.push({

0 commit comments

Comments
 (0)