Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite committed Mar 15, 2024
1 parent 96cb040 commit 4ce86c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/integration/api/datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ describe('datasets and entities', () => {
.send({
name: 'trees'
})
.expect(200)
.then(({ body }) => {
console.log('just made new dataset', body);
});
.expect(200);

await asAlice.post('/v1/projects/1/datasets/trees/entities')
.send({
Expand Down

0 comments on commit 4ce86c0

Please sign in to comment.