HFP-1905 Remove console output

pull/52/head
Oliver Tacke 2018-04-05 17:22:31 +02:00
parent ef063ce5cb
commit fbc21f6368
1 changed files with 0 additions and 1 deletions

View File

@ -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) {