summaryrefslogtreecommitdiff
path: root/troveclient/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'troveclient/utils.py')
-rw-r--r--troveclient/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/troveclient/utils.py b/troveclient/utils.py
index 3bbbcab..328bc13 100644
--- a/troveclient/utils.py
+++ b/troveclient/utils.py
@@ -126,8 +126,6 @@ def _output_override(objs, print_as):
new_objs = objs
# pretty print the json
print(json.dumps(new_objs, indent=' '))
- elif 'xml_output' in globals():
- print('not implemented')
else:
raise BaseException('No valid output override')