Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 31, 2024
1 parent 81e0629 commit 51f06ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/templates/src/exitSurveyTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class ExitSurveyJson {

/** Translate the survey text. */
private translation() {
console.log(this.survey.pages[0].elements[0]);
const { contact_info, name } = window.chs.study.attributes;
const view = {
...this.trial,
Expand Down

0 comments on commit 51f06ed

Please sign in to comment.