removed unnecessary comment

This commit is contained in:
Daniel Lim 2018-10-22 09:12:11 -04:00
parent 274b97759f
commit 50e7831a08
1 changed files with 1 additions and 1 deletions

View File

@ -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)