diff --git a/js/h5p.js b/js/h5p.js index 2f0ba32..599e59b 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -988,7 +988,6 @@ H5P.getCopyrights = function (instance, parameters, contentId, metadata) { if (instance.getCopyrights !== undefined) { try { // Use the instance's own copyright generator - console.log('getCopyrights() of', instance.libraryInfo.machineName); copyrights = instance.getCopyrights(); } catch (err) {