Skip to content

Commit

Permalink
[Test/Cleanup] Remove console.log (#21002)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan authored Jul 19, 2018
1 parent 35dade2 commit f8bdc7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default function ({ getService }) {
})
.expect(200);

console.log(JSON.stringify(body));
expect(body).to.eql(nodeDetailFixture);
});
});
Expand Down

0 comments on commit f8bdc7d

Please sign in to comment.