commenting out the default graphic in mig-reporter
authorRogan Hamby <rhamby@esilibrary.com>
Tue, 26 Jun 2018 12:03:10 +0000 (08:03 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Tue, 26 Jun 2018 12:03:10 +0000 (08:03 -0400)
mig-bin/mig-reporter

index 7f223f9..421a312 100755 (executable)
@@ -339,7 +339,7 @@ sub write_title_page {
     print $fh "= $rt\n"; 
     print $fh "$mday $abbr[$mon] $year\n";
     print $fh "$a\n";
-    print $fh ":title-logo-image: image::eolilogosmall.png[pdfwidth=3in]\n";
+    #print $fh ":title-logo-image: image::eolilogosmall.png[pdfwidth=3in]\n";
     print $fh ":toc:\n";
     print $fh "\n";
 }