Skip to content

Commit

Permalink
deleted debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 7, 2024
1 parent 8413681 commit a879d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synth_sdk/tracing/trackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def track_input(
logger.debug("Using sync tracker to track input")
synth_tracker_sync.track_input(var, variable_name, origin, annotation)
else:
import pdb; pdb.set_trace()
raise RuntimeError("track_input() \n Trace not initialized. Use within a function decorated with @trace_system_async or @trace_system_sync.")

@classmethod
Expand Down

0 comments on commit a879d28

Please sign in to comment.