removed debug print statement
This commit is contained in:
parent
75e6007ef3
commit
655d384645
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue