From 784efe2d85f05e4bb3ca8f060ec1cfefc902b48c Mon Sep 17 00:00:00 2001 From: Michael Schout Date: Thu, 16 May 2019 11:57:08 -0500 Subject: [PATCH] Remove debug warning --- syncoid | 1 - 1 file changed, 1 deletion(-) diff --git a/syncoid b/syncoid index 98403ec..c443b84 100755 --- a/syncoid +++ b/syncoid @@ -1174,7 +1174,6 @@ sub dataset_exists { close $fh; if ($result =~ /dataset does not exist/) { - warn "$fsescaped does not exist...\n"; return 0; }