unstow_node: remove redundant return

This commit is contained in:
Adam Spiers 2024-04-01 21:36:58 +01:00
parent a337a2fcd0
commit 221449d640

View file

@ -819,7 +819,6 @@ sub unstow_node {
else { else {
debug(2, 1, "$target_subpath did not exist to be unstowed"); debug(2, 1, "$target_subpath did not exist to be unstowed");
} }
return;
} }
sub unstow_link_node { sub unstow_link_node {