mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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
|
// Save to a temp destination for the pdf renderer to use
|
||||||
file_put_contents($pdfSource, $rendered);
|
file_put_contents($pdfSource, $rendered);
|
||||||
|
|
||||||
|
// command that will be invoked to convert html to pdf
|
||||||
$cmd = "wkhtmltopdf $pdfargs $pdfSource $destFilename";
|
$cmd = "wkhtmltopdf $pdfargs $pdfSource $destFilename";
|
||||||
// $output->writeln($cmd);
|
|
||||||
|
|
||||||
// Process the document with wkhtmltopdf
|
// Process the document with wkhtmltopdf
|
||||||
if(!$htmlonly)
|
if(!$htmlonly)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user