VMs: remove debug code :(

This commit is contained in:
bergware
2018-08-13 21:08:57 +02:00
parent 94c78d2951
commit 51f6afa116
@@ -105,7 +105,6 @@
// create new VM
if ($_POST['createvm']) {
if ($_POST['xmldesc']) {
file_put_contents('/tmp/post2',print_r($_POST,true));
// XML view
$new = $lv->domain_define($_POST['xmldesc']);
if ($new){