debug: cleanup logging
This commit is contained in:
parent
c344e5e924
commit
9bc0c59249
1 changed files with 1 additions and 6 deletions
|
@ -107,12 +107,7 @@ export async function createQuestion(loId: LearningObjectIdentifier, questionDat
|
||||||
inGroup: inGroup!,
|
inGroup: inGroup!,
|
||||||
content,
|
content,
|
||||||
});
|
});
|
||||||
console.log()
|
|
||||||
console.log(loId)
|
|
||||||
console.log(author)
|
|
||||||
console.log(inGroup)
|
|
||||||
console.log(content)
|
|
||||||
console.log(question)
|
|
||||||
return mapToQuestionDTO(question);
|
return mapToQuestionDTO(question);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue