Skip to content

Commit cb5fb12

Browse files
committed
chore: cleanup unnecessary logs
1 parent 587ae41 commit cb5fb12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/ChallengeTimelineTemplateService.js

-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ getChallengeTimelineTemplate.schema = {
108108
* @returns {Object} the updated challenge type timeline template
109109
*/
110110
async function fullyUpdateChallengeTimelineTemplate (challengeTimelineTemplateId, data) {
111-
console.log('getting template by id', challengeTimelineTemplateId)
112111
const record = await helper.getById('ChallengeTimelineTemplate', challengeTimelineTemplateId)
113-
console.log('template', record)
114112
if (record.typeId === data.typeId &&
115113
record.trackId === data.trackId &&
116114
record.timelineTemplateId === data.timelineTemplateId &&

0 commit comments

Comments
 (0)