Skip to content

Commit

Permalink
Update ExecutionStatus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
melnikga committed Apr 10, 2024
1 parent 9999870 commit 4be683e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Tracer/ExecutionStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const ExecutionStatus = ({
trace: TraceEntry[] | undefined
executionTraceStepNumber: number
}) => {
console.log(trace, executionTraceStepNumber)
const actions = [
{
id: 'stepnext',
Expand Down

0 comments on commit 4be683e

Please sign in to comment.