Skip to content

Commit

Permalink
[semver:patch] Create an assessment debug UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hidday committed Aug 10, 2022
1 parent ae47125 commit 0902486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/no-code-assessment/no-code-assessment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const addAssessmentDebugUI = function (
<div>Selector used: ${locationElementSelector}</div>
`;

console.log('*** Appending assessment debug element.');
console.log('*** Appending assessment debug context element.');

const strigoContextElement = window.document.querySelectorAll(
`[data-${strigoLocationDataIdSnakeCased}="${locationElementSelector}"]`
Expand Down

0 comments on commit 0902486

Please sign in to comment.