Remove fixme

This commit is contained in:
Mike Place 2015-06-23 16:31:33 -06:00
parent 5d959fdf04
commit 5b7bba5064

View File

@ -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]