remove debugging output
authorTony Mack <tmack@cs.princeton.edu>
Wed, 17 Jun 2009 17:42:16 +0000 (17:42 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 17 Jun 2009 17:42:16 +0000 (17:42 +0000)
geni/util/slices.py

index 55bac54..8963535 100644 (file)
@@ -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 = []