kill a few consoles
This commit is contained in:
parent
1423fe4c84
commit
e37ae5945d
|
@ -107,7 +107,6 @@ export default function ProcessModelEditDiagram() {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (params.file_name) {
|
if (params.file_name) {
|
||||||
console.log(`processModelPath: ${processModelPath}`);
|
|
||||||
HttpService.makeCallToBackend({
|
HttpService.makeCallToBackend({
|
||||||
path: `/${processModelPath}/files/${params.file_name}`,
|
path: `/${processModelPath}/files/${params.file_name}`,
|
||||||
successCallback: fileResult,
|
successCallback: fileResult,
|
||||||
|
@ -711,7 +710,6 @@ export default function ProcessModelEditDiagram() {
|
||||||
const onLaunchDmnEditor = (processId: string) => {
|
const onLaunchDmnEditor = (processId: string) => {
|
||||||
const file = findFileNameForReferenceId(processId, 'dmn');
|
const file = findFileNameForReferenceId(processId, 'dmn');
|
||||||
if (file) {
|
if (file) {
|
||||||
console.log()
|
|
||||||
const path = generatePath(
|
const path = generatePath(
|
||||||
'/admin/process-models/:process_model_id/files/:file_name',
|
'/admin/process-models/:process_model_id/files/:file_name',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue