Skip to content

Commit 1b62eda

Browse files
author
Mich
committed
Rm debug print leftover
1 parent eaba0c2 commit 1b62eda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

starcluster/cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,6 @@ def create_nodes(self, aliases, image_id=None, instance_type=None,
12161216
@classmethod
12171217
def get_free_ids_among_nodes(cls, count, nodes):
12181218
ids = [int(re.search('node(\d{3})', n.alias).group(1)) for n in nodes]
1219-
print "ids", ids
12201219
result = []
12211220
remaining = count
12221221
for i in xrange(1, 1000):

0 commit comments

Comments
 (0)