HFP-1905 Remove console output
parent
ef063ce5cb
commit
fbc21f6368
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue