Skip to content

Commit

Permalink
Removed debug print line
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bryan committed Oct 26, 2012
1 parent 6a13712 commit 8e8158d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agamemnon/plugins/elasticsearch.py
Expand Up @@ -89,7 +89,6 @@ def populate_index(self, type, index_name):
for node in node_list:
key = node.key
index_dict = self.populate_index_document(node, index_name)
print index_dict
try:
self.conn.delete(index_name, type, key)
except exceptions.NotFoundException:
Expand Down

0 comments on commit 8e8158d

Please sign in to comment.