mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remove fixme
This commit is contained in:
parent
5d959fdf04
commit
5b7bba5064
@ -81,7 +81,6 @@ def output(data):
|
||||
The HighState Outputter is only meant to be used with the state.highstate
|
||||
function, or a function that returns highstate return data.
|
||||
'''
|
||||
pprint.pprint(data) # FIXME
|
||||
for host, hostdata in six.iteritems(data):
|
||||
return _format_host(host, hostdata)[0]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user