Merge "Extend IXIA RFC2544 test case collected stats"
[yardstick.git] / api / __init__.py
index c5aefff..3235022 100644 (file)
@@ -35,13 +35,11 @@ class ApiResource(Resource):
             pass
 
         args.update({k: v for k, v in request.form.items()})
-        LOG.debug('Input args is: action: %s, args: %s', action, args)
 
         return action, args
 
     def _get_args(self):
         args = common_utils.translate_to_str(request.args)
-        LOG.debug('Input args is: args: %s', args)
 
         return args