We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a294d commit fea2a29Copy full SHA for fea2a29
src/commands/openItem.ts
@@ -7,8 +7,6 @@ const localize = nls.loadMessageBundle();
7
8
export function openItem (storagePath?: string) {
9
return async (item: Item) => {
10
- console.log(item);
11
-
12
try {
13
const filePath = `${storagePath}/${item.id}.md`;
14
const fileUri = `file://${filePath}`;
0 commit comments