mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-14 20:24:34 +00:00
kill a few consoles
This commit is contained in:
parent
175eb7af0c
commit
2d8b2aee5d
@ -35,7 +35,6 @@ describe('Business Rule Properties Panel', function () {
|
|||||||
|
|
||||||
|
|
||||||
const return_files = (event) => {
|
const return_files = (event) => {
|
||||||
console.log("Return Files called.")
|
|
||||||
event.eventBus.fire('spiff.dmn_files.returned', {
|
event.eventBus.fire('spiff.dmn_files.returned', {
|
||||||
options: [
|
options: [
|
||||||
{ label: 'Calculate Pizza Price', value: 'Decision_Pizza_Price' },
|
{ label: 'Calculate Pizza Price', value: 'Decision_Pizza_Price' },
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user