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 ( <>