removed unnecessary comment
This commit is contained in:
parent
274b97759f
commit
50e7831a08
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue