From: Vincent Vanwaelscappel Date: Wed, 21 Jan 2026 15:48:37 +0000 (+0100) Subject: #7954 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=95bdcfdaf7e4daf0bbac49248f8e129d0facfa3a;p=fluidbook-toolbox.git #7954 --- diff --git a/app/Jobs/FluidbookImagesPreprocess.php b/app/Jobs/FluidbookImagesPreprocess.php index 05378c8f7..144057729 100644 --- a/app/Jobs/FluidbookImagesPreprocess.php +++ b/app/Jobs/FluidbookImagesPreprocess.php @@ -125,7 +125,7 @@ class FluidbookImagesPreprocess extends Base $missing = ($nbjobs - $finished); $difftime = (time() - $this->_stateTime); if ($missing > 0 && $difftime > $this->_hangMaxTime) { - Log::error('Fluidbook compilation failed after ' . $this->_hangMaxTime . 's with ' . $missing . ' jobs remaining (on ' . $nbjobs . ' jobs launched)'); + //Log::error('Fluidbook compilation failed after ' . $this->_hangMaxTime . 's with ' . $missing . ' jobs remaining (on ' . $nbjobs . ' jobs launched)'); foreach ($this->jobs as $job) { if ($job->isDone()) { continue;