Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
Change-Id: I8d30c11daf3df0067fff3cf404e639d2b4b63d47
  • Loading branch information
jd committed Dec 11, 2024
1 parent 5c85601 commit 09bbe7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest_mergify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def ci_supports_trace_interception(self) -> bool:
def pytest_configure(self, config: _pytest.config.Config) -> None:
self.token = os.environ.get("MERGIFY_TOKEN")

print("CONFIGURE", self.token)

exporter: export.SpanExporter
if os.environ.get("PYTEST_MERGIFY_DEBUG"):
exporter = export.ConsoleSpanExporter()
Expand Down

0 comments on commit 09bbe7b

Please sign in to comment.