Skip to content

Commit b20ab52

Browse files
committed
wip
1 parent ca9f3e5 commit b20ab52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/sentry/config.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@ defmodule Sentry.Config do
502502
|> fill_in_from_env(:release, "SENTRY_RELEASE")
503503
|> fill_in_from_env(:environment_name, "SENTRY_ENVIRONMENT")
504504

505-
IO.inspect(@opts_schema, label: "booms")
506-
507505
case NimbleOptions.validate(config_opts, @opts_schema) do
508506
{:ok, opts} ->
509507
opts

0 commit comments

Comments
 (0)