From: Vincent Vanwaelscappel Date: Mon, 21 Aug 2023 14:22:43 +0000 (+0200) Subject: wip #6201 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7d2e39b408d28cede2a1b91c6aafe54399fc4995;p=fluidbook-toolbox.git wip #6201 @0:10 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index ac94eb277..1e8183dcc 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -715,8 +715,6 @@ class Compiler extends Base implements CompilerInterface $this->log('Langs written'); $this->writeSEO(); $this->log('SEO written'); - $this->writeWidget(); - $this->log('Widget written'); $this->writeSounds(); $this->log('Sound written'); $this->writeTexts();