From 261cdeb2529d8b41e9266336828d3a8974c1fee2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 12:52:43 +0200 Subject: [PATCH] wip #5184 --- src/Compiler/Compiler.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.5