X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/b987242837d2b8a451862e89c9ca842c07b354b8..946a8c30ebe271713f4d16830546bc37e64ef301:/src/Snapshot.php diff --git a/src/Snapshot.php b/src/Snapshot.php index 6e32698..54411e2 100644 --- a/src/Snapshot.php +++ b/src/Snapshot.php @@ -45,7 +45,6 @@ class OMVModuleZFSSnapshot { $this->exec($cmd, $out, $res); foreach ($out as $line) { if (preg_match('/^' . $qname . '\t.*$/', $line)) { - print("Name found!!!\n"); $this->updateAllProperties(); continue; }