remove log
diff --git a/player/js/utils/helpers/assetManager.js b/player/js/utils/helpers/assetManager.js
index b7d488e..66c8464 100644
--- a/player/js/utils/helpers/assetManager.js
+++ b/player/js/utils/helpers/assetManager.js
@@ -47,7 +47,6 @@
   }
 
   function loadLuma() {
-    console.log('load Luma');
     if (!lumaBuffer) {
       svg = createLumaSvgFilter();
       document.body.appendChild(svg);