Skip to content

Commit

Permalink
remove log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rzgry committed Jan 30, 2020
1 parent 464de13 commit fc81a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ describe("VS Code extension", () => {
`onCommand:${MP_STARTER_COMMAND}`,
`The ${MP_STARTER_COMMAND} command is not registered as an activation event in package.json`
);
console.log(extensionPackageJSON);
});
});

0 comments on commit fc81a77

Please sign in to comment.