diff --git a/h5p.classes.php b/h5p.classes.php index 6f48f53..35be986 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3682,7 +3682,6 @@ class H5PContentValidator { if (isset($file->copyright)) { $this->validateGroup($file->copyright, $this->getCopyrightSemantics()); - // TODO: We'll need to do something here about getMetadataSemantics() if we change the widgets } }