From e5d80908cefd22389116916e5b74c711ae4a9003 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 5 Jan 2022 15:30:37 -0500 Subject: [PATCH] A lot of route common params clean up --- app/lib_general.py | 2 -- 1 file changed, 2 deletions(-) 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