Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jul 20, 2024
1 parent d273d39 commit bb6018f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/h5p-dictation.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ class Dictation extends H5P.Question {
this.contentId = contentId;
this.contentData = contentData || {};

// TODO: Use randomUUID() if coverage is better
this.randomId = H5P.createUUID();

this.contextId = 0; // Best guess, no interaction.

this.sentences = [];
Expand Down

0 comments on commit bb6018f

Please sign in to comment.