$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;