Skip to content
Snippets Groups Projects
Commit c96f24a8 authored by singapore's avatar singapore Committed by GitHub
Browse files

chore: remove unnecessary log.info from check-existing

parent 652b910d
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ async function prAlreadyExisted(config) {
const closedAt = moment(pr.closed_at);
const problemStart = moment('2017-10-15T20:00:00Z');
const problemStopped = moment('2017-10-16T06:00:00Z');
logger.info({ closedAt, problemStart, problemStopped }, 'times');
if (
problemStart.isBefore(closedAt) &&
closedAt.isBefore(problemStopped)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment