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:
tianzhipeng 2025-02-18 20:18:27 +08:00 committed by GitHub
commit 0513bf92a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,7 +243,7 @@ class TracingService(Service):
trace_id,
trace_name,
trace_type,
self._cleanup_inputs(inputs),
inputs,
metadata,
component._vertex,
)