A lot of route common params clean up

This commit is contained in:
Scott Idem
2022-01-05 15:30:37 -05:00
parent 0cad38ecad
commit e5d80908ce

View File

@@ -83,8 +83,6 @@ async def common_route_params(
commons = Common_Route_Params( x_account_id=x_account_id, x_account_id_random=x_account_id_random, limit=limit, enabled=enabled, by_alias=by_alias, exclude_unset=exclude_unset, response=response ) commons = Common_Route_Params( x_account_id=x_account_id, x_account_id_random=x_account_id_random, limit=limit, enabled=enabled, by_alias=by_alias, exclude_unset=exclude_unset, response=response )
# commons = { 'limit': limit, 'enabled': enabled, 'by_alias': by_alias, 'exclude_unset': exclude_unset }
log.debug(commons) log.debug(commons)
return commons return commons