From 199f54def40350bc7a1b44cbdb37221188c8edcd Mon Sep 17 00:00:00 2001 From: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:49:24 +0530 Subject: [PATCH] Update presets.tsx Signed-off-by: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com> --- plugins/api-docs/src/components/ApisCards/presets.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/api-docs/src/components/ApisCards/presets.tsx b/plugins/api-docs/src/components/ApisCards/presets.tsx index 38f75ecf95..d45cf5ea64 100644 --- a/plugins/api-docs/src/components/ApisCards/presets.tsx +++ b/plugins/api-docs/src/components/ApisCards/presets.tsx @@ -33,8 +33,6 @@ export function createSpecApiTypeColumn(): TableColumn { const ApiDefinitionButton = ({ apiEntity }: { apiEntity: ApiEntity }) => { const [dialogOpen, setDialogOpen] = useState(false); - // eslint-disable-next-line no-console - console.log('this is the one'); return ( <>