Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
removes print
Browse files Browse the repository at this point in the history
  • Loading branch information
moliware committed Oct 6, 2012
1 parent 0ce0705 commit b691a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solr_cli.py
Expand Up @@ -90,7 +90,6 @@ def __get_commands(self):

def __highlight(self, data):
formatted = json.dumps(data, indent=4)
print formatted
return highlight(formatted, formatter=TerminalFormatter(),
lexer=JavascriptLexer()).rstrip()

Expand Down

0 comments on commit b691a91

Please sign in to comment.