fix: clean duplicate call _cleanup_inputs (#6679)
clean: delete duplicate call _cleanup_inputs duplicate, _cleanup_inputs have been call in _start_traces, no need call twice
This commit is contained in:
parent
c3305e4bd5
commit
0513bf92a8
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ class TracingService(Service):
|
|||
trace_id,
|
||||
trace_name,
|
||||
trace_type,
|
||||
self._cleanup_inputs(inputs),
|
||||
inputs,
|
||||
metadata,
|
||||
component._vertex,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue