Skip to content
Snippets Groups Projects
Commit 5d9eaf29 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Remove unnecessary return statement.

parent 13b17e22
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,6 @@ namespace AutoTx
}
catch (Exception ex) {
writeLog("Error deleting directory: " + queued[0].Name + " - " + ex.Message);
return;
}
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment