Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 3, 2023
1 parent 4f00843 commit 43096a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,6 @@ describe('Develop Greenwood With: ', function() {

it('should return a 200 status', function(done) {
expect(response.statusCode).to.equal(200);
console.log('???', response.body);
done();
});
});
Expand Down

0 comments on commit 43096a2

Please sign in to comment.