Skip to content

Commit

Permalink
Remove missing log
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3165 committed Apr 12, 2017
1 parent c25becb commit 5d3fb95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/platforms/_tests/_github.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe("getPlatformDSLRepresentation", () => {

it("should get the issue label", async() => {
const issue = await github.getIssue()
console.log(issue)
expect(issue.labels[0].name).toEqual("bug")
})

Expand Down

0 comments on commit 5d3fb95

Please sign in to comment.