removed debug print statement w/ burnettk

This commit is contained in:
jasquat 2023-08-11 14:17:42 -04:00
parent 224ff3efa2
commit 66e4c2718b
2 changed files with 1 additions and 4 deletions

View File

@ -0,0 +1 @@
(B)0[?1049hEvery 1.0s: mysql -uroot spiffworkflow_backend_local_development -e 'select * from process_instance_queue where locked_by is not NULL;'jason-Gazelle: Fri Aug 11 14:01:09 202310Every 1.0s: mysql -uroot spiffworkflow_backend_local_development -e 'select * from process_instance_queue where locked_by is not NULL;'jason-Gazelle: Fri Aug 11 14:01:10 2023123456789201234567893012345678Every 1.0s: mysql -uroot spiffworkflow_backend_local_development -e 'select * from process_instance_queue where locked_by is not NULL;'jason-Gazelle: Fri Aug 11 14:01:38 2023[?1049l [?1l>

View File

@ -447,10 +447,6 @@ def _interstitial_stream(
for spiff_task in tasks:
# ignore the instructions if they are on the EndEvent for the top level process
if not TaskService.is_main_process_end_event(spiff_task):
print(
"TaskService.get_task_type_from_spiff_task:"
f" {TaskService.get_task_type_from_spiff_task(spiff_task)}"
)
try:
instructions = render_instructions(spiff_task)
except Exception as e: