Skip to content

Commit 222c184

Browse files
committed
forgot to delete those logs
1 parent 51234ba commit 222c184

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

api/v1/routes/projects/projectWrapper.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ module.exports = (app, utils) => {
103103
// condition.
104104
// NOTE: the date for when it begins may not be entirely
105105
// accurate. hopefully it is. idk
106-
console.log(new Date(metadata.lastUpdate));
107-
console.log(
108-
metadata.lastUpdate > Date.parse("2026-01-19T08:00:00Z") &&
109-
metadata.lastUpdate < Date.parse("2026-01-27T00:00:00Z"),
110-
);
111106
const needs_intervention =
112107
metadata.lastUpdate > Date.parse("2026-01-19T08:00:00Z") &&
113108
metadata.lastUpdate < Date.parse("2026-01-27T00:00:00Z");

0 commit comments

Comments
 (0)