diff --git a/app/lib_general.py b/app/lib_general.py index 4f5ec7a..89e82ee 100644 --- a/app/lib_general.py +++ b/app/lib_general.py @@ -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 = { 'limit': limit, 'enabled': enabled, 'by_alias': by_alias, 'exclude_unset': exclude_unset } - log.debug(commons) return commons