Skip to content

Commit

Permalink
remove stray print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Nov 26, 2011
1 parent c3fb227 commit 5c5c3e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt/modules/apt.py
Expand Up @@ -221,8 +221,6 @@ def list_pkgs(regex_string=""):
out = __salt__['cmd.run_stdout'](cmd)

for line in out.split('\n'):
print line
print
cols = line.split()
if len(cols) and cols[0].count('ii'):
ret[cols[1]] = cols[2]
Expand Down

0 comments on commit 5c5c3e8

Please sign in to comment.