From e330e5123a383e336f5297a9ecd16718fea8f721 Mon Sep 17 00:00:00 2001 From: tomse <1444539+tomse@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:09:14 +0100 Subject: [PATCH] cleanup --- PDFWorkflowManager/PDFWorkflowManager/MainForm.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PDFWorkflowManager/PDFWorkflowManager/MainForm.cs b/PDFWorkflowManager/PDFWorkflowManager/MainForm.cs index 4b1726b..6cb3f90 100644 --- a/PDFWorkflowManager/PDFWorkflowManager/MainForm.cs +++ b/PDFWorkflowManager/PDFWorkflowManager/MainForm.cs @@ -340,7 +340,6 @@ namespace PDFWorkflowManager if (Directory.Exists(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.OrigsDir)) && !Directory.Exists(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.WorkDir))) { - // Replace the selected code block with this version try { string[] strOrigFiles = Directory.GetFiles(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.OrigsDir), "*.tif*"); @@ -365,7 +364,6 @@ namespace PDFWorkflowManager btnCopyPathWorkDir.Enabled = true; btnConvertToPDF.Enabled = true; - // Replace the selected code block with this version try { string[] strWorkFiles = Directory.GetFiles(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.WorkDir), "*.tif");