cleanup some debugging messages
diff --git a/xos/tools/imagebuilder/Makefile b/xos/tools/imagebuilder/Makefile
index 837e59a..2ebfdd5 100644
--- a/xos/tools/imagebuilder/Makefile
+++ b/xos/tools/imagebuilder/Makefile
@@ -1,5 +1,6 @@
 vsg_image:
 	ansible-playbook -i inventory -c local vsg_image.yaml
+	echo "Look for your image in /image/vsg.qcow2"
 
 cleanup:
 	rm -f /image/vsg.qcow2
diff --git a/xos/tools/imagebuilder/vsg_image.yaml b/xos/tools/imagebuilder/vsg_image.yaml
index 5be8182..7ce9ad3 100644
--- a/xos/tools/imagebuilder/vsg_image.yaml
+++ b/xos/tools/imagebuilder/vsg_image.yaml
@@ -28,9 +28,6 @@
 - hosts: chroots
   connection: chroot
   tasks:
-      - name: write a file
-        shell: echo > /tmp/foobar creates=/tmp/foobar
-
       - name: Stop resolvconf service
         service: name=resolvconf state=stopped
 
@@ -88,6 +85,4 @@
       - name: Unconnect the nbd device, if it is connected
         shell: qemu-nbd --disconnect /dev/nbd0 removes=/dev/nbd0p1
 
-      - name: Tell the user what to do
-        shell: echo "Find your image in /image/vsg.qcow2"