Skip to content

Commit

Permalink
Merge pull request #2914 from DataDog/remove-puts
Browse files Browse the repository at this point in the history
Remove puts from test file
  • Loading branch information
ivoanjo authored Jun 22, 2023
2 parents 3bd8980 + 396a0a6 commit 0e396e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/datadog/tracing/span_operation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@
sleep(duration_wall_time)
span_op.stop

puts "\nduration: #{duration}\nwall_time: #{duration_wall_time * 1e9}\n"
expect(duration).to be_within(1).of(duration_wall_time * 1e9)
end

Expand Down

0 comments on commit 0e396e9

Please sign in to comment.