From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 10:52:43 +0000 (+0200) Subject: wip #5184 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=261cdeb2529d8b41e9266336828d3a8974c1fee2;p=fluidbook_tools.git wip #5184 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 51948ab..2ac03bd 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -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();