Skip to content

Commit ed0ddfa

Browse files
committed
Remove debugging statement
1 parent b40156e commit ed0ddfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sentry/client.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ defmodule Sentry.Client do
284284

285285
@spec render_transaction(%Transaction{}) :: map()
286286
def render_transaction(%Transaction{} = transaction) do
287-
# IO.inspect(transaction, label: "transaction")
288287
transaction
289288
|> Transaction.to_map()
290289
|> Map.merge(%{

0 commit comments

Comments
 (0)