Remove debug warning

This commit is contained in:
Michael Schout 2019-05-16 11:57:08 -05:00
parent fd71e794ad
commit 784efe2d85
1 changed files with 0 additions and 1 deletions

View File

@ -1174,7 +1174,6 @@ sub dataset_exists {
close $fh;
if ($result =~ /dataset does not exist/) {
warn "$fsescaped does not exist...\n";
return 0;
}