Skip to content

Commit

Permalink
test: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoulb committed Jan 15, 2019
1 parent 802509e commit ea95ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/multiSemanticRelease.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ describe("multiSemanticRelease()", () => {
});
});
test("No changes in any packages", async () => {
console.log("TEMPY", require("tempy").directory());
// Create Git repo with copy of Yarn workspaces fixture.
const cwd = gitInit();
copyDirectory(`test/fixtures/yarnWorkspaces/`, cwd);
Expand Down

0 comments on commit ea95ccd

Please sign in to comment.