From 7d2e39b408d28cede2a1b91c6aafe54399fc4995 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Aug 2023 16:22:43 +0200 Subject: [PATCH] wip #6201 @0:10 --- app/Fluidbook/Compiler/Compiler.php | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.39.5