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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user