Skip to content

Commit

Permalink
removing useless function
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Jul 8, 2015
1 parent bd759c6 commit 34484ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions myql/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ def prettyfy(response, format='json'):
else:
return pretty_xml(response.content)


def dump(response):
"""Print a pretty formatted response content
"""
try:
print(pretty_json(response.content))
except (Exception, ) :
print(pretty_xml(response.content))

0 comments on commit 34484ec

Please sign in to comment.