From fbc21f636820240aaeb5cbea46456aaed19c2ab3 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Thu, 5 Apr 2018 17:22:31 +0200 Subject: [PATCH] HFP-1905 Remove console output --- js/h5p.js | 1 - 1 file changed, 1 deletion(-) 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) {