]> git.datanom.net - omvzfs.git/blobdiff - src/Snapshot.php
Added snapshots to Dataset class.
[omvzfs.git] / src / Snapshot.php
index 6e3269863a1405a78be9c6a9356e8ff8853679e0..54411e283daf31adc6c015d1a5ddf82d11bb7c51 100644 (file)
@@ -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;
                        }
This page took 0.028795 seconds and 5 git commands to generate.