mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-13 19:55:24 +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) => {
|
||||
console.log("Return Files called.")
|
||||
event.eventBus.fire('spiff.dmn_files.returned', {
|
||||
options: [
|
||||
{ label: 'Calculate Pizza Price', value: 'Decision_Pizza_Price' },
|
||||
|
@ -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',
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user