From: Tony Mack Date: Wed, 17 Jun 2009 17:42:16 +0000 (+0000) Subject: remove debugging output X-Git-Tag: sfa-0.9-0@14641~249 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d29c739abf7e476f7699103997bf7ba7231e4cfc;p=sfa.git remove debugging output --- diff --git a/geni/util/slices.py b/geni/util/slices.py index 55bac54a..8963535d 100644 --- a/geni/util/slices.py +++ b/geni/util/slices.py @@ -203,8 +203,6 @@ class Slices(SimpleStorage): nodelist = self.api.plshell.GetNodes(self.api.plauth, slice['node_ids'], ['hostname']) hostnames = [node['hostname'] for node in nodelist] - print "XX node_ids", slice['node_ids'] - print "XX hostnames", hostnames # get netspec details nodespecs = spec.getDictsByTagName('NodeSpec') nodes = []