From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 20:00:14 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0d20d7e60b20f2cf533b37e91752acaa1b42ded2;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/process.php b/bin/process.php index 0340853..b1fe3dc 100644 --- a/bin/process.php +++ b/bin/process.php @@ -4,7 +4,6 @@ use Fluidbook\Farmer\Process; require_once __DIR__ . "/../vendor/autoload.php"; $params = json_decode(base64_decode($argv[1]), true); -print_r($params); $p = new Process($params['out'], $params['page'], $params['resolutionRatio'], $params['mobileRatio'], $params['format'], $params['resolution'], $params['withText'], $params['withGraphics'], $params['version'], $params['force']); echo $p->process(); \ No newline at end of file