[Test/Cleanup] Remove console.log (#21002)

This commit is contained in:
Tim Sullivan 2018-07-19 13:42:47 -07:00 committed by GitHub
parent 35dade2d3c
commit f8bdc7d22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ export default function ({ getService }) {
})
.expect(200);
console.log(JSON.stringify(body));
expect(body).to.eql(nodeDetailFixture);
});
});