Skip to content

Commit 7788be2

Browse files
committed
chore: remove print
Change-Id: I8d30c11daf3df0067fff3cf404e639d2b4b63d47
1 parent b61c878 commit 7788be2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytest_mergify/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def ci_supports_trace_interception(self) -> bool:
5353
def pytest_configure(self, config: _pytest.config.Config) -> None:
5454
self.token = os.environ.get("MERGIFY_TOKEN")
5555

56-
print("CONFIGURE", self.token)
57-
5856
exporter: export.SpanExporter
5957
if os.environ.get("PYTEST_MERGIFY_DEBUG"):
6058
exporter = export.ConsoleSpanExporter()

0 commit comments

Comments
 (0)