From 63bf6a7cdefc115d0658de8dd1b392e89fad8146 Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Wed, 24 May 2023 17:31:31 -0400 Subject: [PATCH] remove console.log --- spiffworkflow-frontend/src/routes/ProcessInterstitialPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/spiffworkflow-frontend/src/routes/ProcessInterstitialPage.tsx b/spiffworkflow-frontend/src/routes/ProcessInterstitialPage.tsx index 6911c833..7d633103 100644 --- a/spiffworkflow-frontend/src/routes/ProcessInterstitialPage.tsx +++ b/spiffworkflow-frontend/src/routes/ProcessInterstitialPage.tsx @@ -15,8 +15,6 @@ export default function ProcessInterstitialPage({ variant }: OwnProps) { processInstanceShowPageUrl = `/admin/process-instances/${params.process_model_id}/${params.process_instance_id}`; } - // @ts-ignore - console.log('params', params, processInstanceShowPageUrl); return ( <>