]> _ Git - fluidbook_tools.git/commitdiff
wip #5178
authorvincent <vincent@enhydra.fr>
Sat, 26 Mar 2022 11:28:38 +0000 (12:28 +0100)
committervincent <vincent@enhydra.fr>
Sat, 26 Mar 2022 11:28:38 +0000 (12:28 +0100)
src/Compiler/Compiler.php

index 8b67d0b8e44049580abf8a2561656d993f558357..7b116d248e487e5b264ff9da3866e4fa4dff402a 100644 (file)
@@ -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()