]> _ Git - fluidbook_tools.git/commitdiff
wip #5184
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 10:52:43 +0000 (12:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 10:52:43 +0000 (12:52 +0200)
src/Compiler/Compiler.php

index 51948abc09838a1957d6be44893215fb3abb4f12..2ac03bd8dbe6cb5fefeec291877e31089080b287 100644 (file)
@@ -97,7 +97,6 @@ class Compiler implements ShouldQueue, ShouldBeUnique
         start_measure('Process Fluidbook');
         // Launch async conversion of pages. Some pages will be processed while the following sync process will attempt other conversion
         $this->processPages(false);
-        //
         $this->processPages($sync);
         $this->getTexts();
         $this->compileFluidbook();