From 0d20d7e60b20f2cf533b37e91752acaa1b42ded2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 22:00:14 +0200 Subject: [PATCH] wip #5220 --- bin/process.php | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5