]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 20:00:14 +0000 (22:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 20:00:14 +0000 (22:00 +0200)
bin/process.php

index 034085309af4f20a568d4568a83087f60e751344..b1fe3dc307ab3f0eebc8425c285ce4deedf1575e 100644 (file)
@@ -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