Removed a print statement, its printing huge data to stdout making to see the run info difficult, removed

This commit is contained in:
Santhosh Edukulla 2014-09-06 12:31:31 +05:30
parent 10544e287b
commit 412791e09f
1 changed files with 0 additions and 1 deletions

View File

@ -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"],