diff --git a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs index 933b28f8..eaebe328 100644 --- a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs +++ b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs @@ -173,7 +173,6 @@ namespace VEPROMS btnCreatePDF.Text = "Create PDFs"; HandleDocVersionSettings(); PrepForAllOrOne(false); - Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; // RHM20150506 Multiline ItemID TextBox // don't open all PDFs if doing All Procedures //cbxOpenAfterCreate2.Checked = dvi.DocVersionConfig.Print_AlwaysViewPDFAfterCreate; // C2018-033 added the Prefix / Suffix switch to the expand Additional Settings check @@ -258,7 +257,6 @@ namespace VEPROMS { InitializeComponent(); Automatic = automatic; - Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; _AllProcedures = false; _DocVersionConfig = pi.MyDocVersion.DocVersionConfig; swtbtnBlankPgsForDuplex.Value = pi.MyDocVersion.DocVersionConfig.Print_AddBlankPagesWhenUsingDuplexFoldouts; @@ -916,7 +914,6 @@ namespace VEPROMS private void DoCreatePDF() { - Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; if (_AllProcedures) { this.Cursor = Cursors.WaitCursor;