Repository: cloudstack
Updated Branches:
  refs/heads/master 4825017cc -> 516895d48


Removed a print statement


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/516895d4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/516895d4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/516895d4

Branch: refs/heads/master
Commit: 516895d48e5e150b630d06fae8d9f5d27ee06ff6
Parents: 4825017
Author: Santhosh Edukulla <santhosh.eduku...@gmail.com>
Authored: Thu Aug 14 21:57:20 2014 +0530
Committer: Santhosh Edukulla <santhosh.eduku...@gmail.com>
Committed: Thu Aug 14 21:57:20 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_templates.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/516895d4/test/integration/smoke/test_templates.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_templates.py 
b/test/integration/smoke/test_templates.py
index a757c2a..943650e 100644
--- a/test/integration/smoke/test_templates.py
+++ b/test/integration/smoke/test_templates.py
@@ -246,7 +246,6 @@ class TestTemplates(cloudstackTestCase):
         cls.services["template"]["ostypeid"] = template.ostypeid
         cls.services["template_2"]["ostypeid"] = template.ostypeid
         cls.services["ostypeid"] = template.ostypeid
-        print "Before:",cls.services
         cls.account = Account.create(
                             cls.apiclient,
                             cls.services["account"],

Reply via email to