From af1a5fc9171046f35ea1a4444745fa07157ece83 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 22 Jul 2014 21:26:13 +0000 Subject: [PATCH] Get rid of some test code --- app/provision/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/provision/index.php b/app/provision/index.php index 2b93424c0c..76712c4ca1 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -33,9 +33,6 @@ require_once "resources/require.php"; $tmp_array = ''; $device_template = ''; -echo "domain_name: $domain_name
\n"; -echo "domain_uuid: $domain_uuid
\n"; -exit; //get the domain_name $domain_array = explode(":", $_SERVER["HTTP_HOST"]); $domain_name = $domain_array[0];