Skip to content

Commit 92c9c87

Browse files
committed
removed console log :)
1 parent 754dac9 commit 92c9c87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/routes/activity.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ describe("Activity API", () => {
103103
});
104104

105105
it("should update activity", async () => {
106-
console.log(id)
107106
const response = await agent
108107
.post(`/activity/update/${id}`)
109108
.send({

0 commit comments

Comments
 (0)