From: vincent Date: Sat, 26 Mar 2022 11:28:38 +0000 (+0100) Subject: wip #5178 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2674b77b5eab8401bd9c02f4f5b55329551d4fa6;p=fluidbook_tools.git wip #5178 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 8b67d0b..7b116d2 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -298,7 +298,6 @@ class Compiler implements ShouldQueue, ShouldBeUnique foreach ($this->sources as $source) { $this->config->numerotation += array_slice($source->getDocument()->getPageNumbers(), $source->getStart() - 1, $source->getPages()); } - dd($this->config->numerotation, $this->sources); } protected function compileChapters()