From 5d9eaf29b626ae98a4622e73109f84980dc6b0c0 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 15 Dec 2017 18:25:06 +0100
Subject: [PATCH] Remove unnecessary return statement.

---
 AutoTx/AutoTx.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index d6985a4..88f249c 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -629,7 +629,6 @@ namespace AutoTx
                 }
                 catch (Exception ex) {
                     writeLog("Error deleting directory: " + queued[0].Name + " - " + ex.Message);
-                    return;
                 }
                 return;
             }
-- 
GitLab