Skip to content

Commit

Permalink
Remove debug code from survey-utils (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar authored Dec 13, 2023
1 parent e92dcbd commit 7bf35d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/surveys/surveys-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ export const createMultipleChoicePopup = (
</div>
<div class="survey-question auto-text-color">${surveyQuestion}</div>
${surveyDescription ? `<span class="description auto-text-color">${surveyDescription}</span>` : ''}
random words in the description testing
<div class="multiple-choice-options">
${surveyQuestionChoices
.map((option, idx) => {
Expand Down

0 comments on commit 7bf35d7

Please sign in to comment.