Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 4185c9b

Browse files
committed
Cleanup
1 parent c927f79 commit 4185c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/timelineService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ async function getProjectPhaseId(challengeLegacyId, phaseTypeId) {
100100
} finally {
101101
await connection.closeAsync()
102102
}
103-
logger.info(`Query result: ${result}`)
104103
const project_phase_id = _.get(result, '[0].project_phase_id', null)
105104
logger.info(`Project phase ID: ${project_phase_id}`)
106105
return project_phase_id

0 commit comments

Comments
 (0)