diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index d6985a47e3b73beb5f2647f08321c8967e92afbc..88f249c9dff8fdfa7a53fcce1da4669b8a8c52e4 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;
             }