commit | d0e6919bd86335f8e5a77c5cb85ac24a96615130 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Sep 02 16:36:26 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Sep 02 16:36:26 2015 -0700 |
tree | c239b183e9a4da0056ca73730592df53f92804bf | |
parent | b400444ba335bbd200755006030e66a3d1c90403 [diff] |
comment out debugging code
diff --git a/xos/tosca/tests/basetest.py b/xos/tosca/tests/basetest.py index e0673c7..8082f8c 100644 --- a/xos/tosca/tests/basetest.py +++ b/xos/tosca/tests/basetest.py
@@ -60,7 +60,7 @@ def execute(self, yml): u = User.objects.get(email=self.username) - print self.base_yaml+yml + #print self.base_yaml+yml xt = XOSTosca(self.base_yaml+yml, parent_dir=parentdir, log_to_console=True) xt.execute(u)