mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-27 10:15:10 +00:00
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…
x
Reference in New Issue
Block a user