Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 13, 2023
1 parent 194c58e commit 92e4d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cursorless-vscode-e2e/src/endToEndTestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export function endToEndTestSetup(suite: Mocha.Suite) {
});

teardown(() => {
console.log("teardown");
sinon.restore();
injectIde(ide);
});
Expand Down

0 comments on commit 92e4d7d

Please sign in to comment.