mirror of https://github.com/apache/cloudstack.git
Removed a print statement, its printing huge data to stdout making to see the run info difficult, removed
This commit is contained in:
parent
10544e287b
commit
412791e09f
|
|
@ -252,7 +252,6 @@ class TestTemplates(cloudstackTestCase):
|
|||
admin=True,
|
||||
domainid=cls.domain.id
|
||||
)
|
||||
print "After:",cls.services
|
||||
cls.user = Account.create(
|
||||
cls.apiclient,
|
||||
cls.services["account"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue