removed debug print statement

This commit is contained in:
jasquat 2023-09-07 14:07:46 -04:00
parent 75e6007ef3
commit 655d384645
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export default function ProcessBreadcrumb({ hotCrumbs }: OwnProps) {
if ('entityToExplode' in crumb) {
const { entityToExplode, entityType } = crumb;
if (entityType === 'process-model-id') {
console.log('crumb', crumb);
HttpService.makeCallToBackend({
path: `/process-models/${modifyProcessIdentifierForPathParam(
entityToExplode as string