Skip to content

Commit 3829b53

Browse files
committed
remove the console logs
1 parent 7310985 commit 3829b53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/progressesUsers.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ describe("Test Progress Updates API for Users", function () {
7474
});
7575

7676
it("throws Conflict Error 409 if the user tries to update progress multiple times in a single day", function (done) {
77-
const timezoneOffset = new Date().getTimezoneOffset();
78-
const timeNow = new Date().getTime();
79-
// eslint-disable-next-line no-console
80-
console.log({ timezoneOffset, timeNow });
8177
chai
8278
.request(app)
8379
.post(`/progresses`)

0 commit comments

Comments
 (0)