Skip to content

Commit 66d85aa

Browse files
removed debug message
1 parent fb10a35 commit 66d85aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SoftLayer/CLI/call_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def _build_python_example(args, kwargs):
7272
def _validate_filter(ctx, param, value): # pylint: disable=unused-argument
7373
"""Validates a JSON style object filter"""
7474
_filter = None
75-
# print("VALUE: {}".format(value))
7675
if value:
7776
try:
7877
_filter = json.loads(value)

0 commit comments

Comments
 (0)