]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5524
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Feb 2023 09:28:09 +0000 (10:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Feb 2023 09:28:09 +0000 (10:28 +0100)
app/process.php

index 5c7c02a2456a1a4b204d54e858aecb6c29e82283..7b84cc6b4dc367ab0461578d6305f0cda515ae64 100644 (file)
@@ -6,7 +6,6 @@ use Fluidbook\Farmer\ProcessToolboxPDFFile;
 
 require_once __DIR__ . "/vendor/autoload.php";
 
-
 if (!isset($_POST['pdf'])) {
        if (isset($_POST['toolbox'])) {
                $class = ProcessToolboxDocumentFile::class;
@@ -18,5 +17,4 @@ if (!isset($_POST['pdf'])) {
        $p = new ProcessToolboxPDFFile($_POST['pdf'], $_POST['out'], $_POST['page'], $_POST['format'], $_POST['resolution'], $_POST['withGraphics'], $_POST['withText'], $_POST['version'], $_POST['force']);
 }
 $res = $p->process();
-error_log($res);
 die($res);
\ No newline at end of file