Skip to content

Commit fea2a29

Browse files
committed
デバッグ用のコードを削除
1 parent 57a294d commit fea2a29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/openItem.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const localize = nls.loadMessageBundle();
77

88
export function openItem (storagePath?: string) {
99
return async (item: Item) => {
10-
console.log(item);
11-
1210
try {
1311
const filePath = `${storagePath}/${item.id}.md`;
1412
const fileUri = `file://${filePath}`;

0 commit comments

Comments
 (0)