remove unneeded comment
diff --git a/openstack/orchestration/v1/stacks/fixtures.go b/openstack/orchestration/v1/stacks/fixtures.go
index 6cb5c86..6d3e959 100644
--- a/openstack/orchestration/v1/stacks/fixtures.go
+++ b/openstack/orchestration/v1/stacks/fixtures.go
@@ -278,33 +278,6 @@
})
}
-/*
-`
-{
-"heat_template_version": "2013-05-23",
-"description": "Simple template to test heat commands",
-"parameters": {
-"flavor": {
-"default": "m1.tiny",
-"type": "string"
-}
-},
-"resources": {
-"hello_world": {
-"type": "OS::Nova::Server",
-"properties": {
-"key_name": "heat_key",
-"flavor": {
-"get_param": "flavor"
-},
-"image": "ad091b52-742f-469e-8f3c-fd81cadf0743",
-"user_data": "#!/bin/bash -xv\necho \"hello world\" > /root/hello-world.txt\n"
-}
-}
-}
-}`
-*/
-
// AbandonExpected represents the expected object from an Abandon request.
var AbandonExpected = &AbandonedStack{
Status: "COMPLETE",