HFP-1905 Remove console output
parent
ef063ce5cb
commit
fbc21f6368
|
@ -988,7 +988,6 @@ H5P.getCopyrights = function (instance, parameters, contentId, metadata) {
|
||||||
if (instance.getCopyrights !== undefined) {
|
if (instance.getCopyrights !== undefined) {
|
||||||
try {
|
try {
|
||||||
// Use the instance's own copyright generator
|
// Use the instance's own copyright generator
|
||||||
console.log('getCopyrights() of', instance.libraryInfo.machineName);
|
|
||||||
copyrights = instance.getCopyrights();
|
copyrights = instance.getCopyrights();
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
|
Loading…
Reference in New Issue