lib/cpee/processtransformation/bpmn2.rb in cpee-1.3.163 vs lib/cpee/processtransformation/bpmn2.rb in cpee-1.3.164
- old
+ new
@@ -251,10 +251,10 @@
tracesgroup, endnode = traces.segment_by endnode
tracesgroup.each do |trcs|
nb = branch.last.new_branch
if trcs.finished?
puts '--> branch down to ' + (down + 1).to_s if debug
- build_ttree nb, Traces.new([[Break.new(self.object_id)]]), endnode, debug, down + 1
+ # build_ttree nb, Traces.new([[Break.new(self.object_id)]]), endnode, debug, down + 1
puts '--> branch up from ' + (down + 1).to_s if debug
else
puts '--> branch down to ' + (down + 1).to_s if debug
build_ttree nb, trcs, endnode, debug, down + 1
puts '--> branch up from ' + (down + 1).to_s if debug