]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6671 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 25 Jan 2024 13:08:34 +0000 (14:08 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 25 Jan 2024 13:08:34 +0000 (14:08 +0100)
app/Http/Controllers/Admin/Operations/FluidbookPublication/PreviewOperation.php

index 11d9813bc8f89146231c65c3d581838eb7ba1b50..d72836c99edae8f5ae03acd946b14b44cb0dd0c0 100644 (file)
@@ -130,7 +130,6 @@ trait PreviewOperation
         $dest = $fluidbook->getFinalPath($theme, $isScorm);
         if ($path === 'index.html') {
             $fluidbook->incrementPreviewVisit();
-            Log::debug('Compile fluidbook ' . $fluidbook->id . '//' . $path);
             $compiler = new Compiler($fluidbook, $isScorm, theme: $theme);
             $compiler->handle();
         }