kill a few consoles

This commit is contained in:
burnettk 2022-11-09 12:09:23 -05:00
parent 1423fe4c84
commit e37ae5945d
1 changed files with 0 additions and 2 deletions

View File

@ -107,7 +107,6 @@ export default function ProcessModelEditDiagram() {
};
if (params.file_name) {
console.log(`processModelPath: ${processModelPath}`);
HttpService.makeCallToBackend({
path: `/${processModelPath}/files/${params.file_name}`,
successCallback: fileResult,
@ -711,7 +710,6 @@ export default function ProcessModelEditDiagram() {
const onLaunchDmnEditor = (processId: string) => {
const file = findFileNameForReferenceId(processId, 'dmn');
if (file) {
console.log()
const path = generatePath(
'/admin/process-models/:process_model_id/files/:file_name',
{