Skip to content

Commit

Permalink
Oops, left in a pprint debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
techhat committed Oct 8, 2012
1 parent 71963a0 commit 5c49acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion saltcloud/libcloudfuncs.py
Expand Up @@ -164,7 +164,6 @@ def list_nodes_full():
conn = get_conn()
nodes = conn.list_nodes()
ret = {}
import pprint
for node in nodes:
pairs = {}
for key, value in zip(node.__dict__.keys(), node.__dict__.values()):
Expand Down

0 comments on commit 5c49acc

Please sign in to comment.