From 50e7831a08eec08f51661a4f652ed0613a09a840 Mon Sep 17 00:00:00 2001 From: Daniel Lim Date: Mon, 22 Oct 2018 09:12:11 -0400 Subject: [PATCH] removed unnecessary comment --- src/Resume/Command/PdfCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resume/Command/PdfCommand.php b/src/Resume/Command/PdfCommand.php index a9c9370..1031368 100644 --- a/src/Resume/Command/PdfCommand.php +++ b/src/Resume/Command/PdfCommand.php @@ -104,8 +104,8 @@ class PdfCommand extends HtmlCommand // Save to a temp destination for the pdf renderer to use file_put_contents($pdfSource, $rendered); + // command that will be invoked to convert html to pdf $cmd = "wkhtmltopdf $pdfargs $pdfSource $destFilename"; - // $output->writeln($cmd); // Process the document with wkhtmltopdf if(!$htmlonly)