Skip to content

Commit 49991d8

Browse files
committed
deleted debug print
1 parent adb2f3e commit 49991d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/core/test_challenge.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,6 @@ def test_verify_checks_if_challenge_is_the_same(self, mock_api_constructor: Magi
17671767
# pop keys with default values to see if they are ignored
17681768
for p in ["type", "state"]:
17691769
challenge.pop(p)
1770-
print(challenge)
17711770

17721771
challenge.challenge_id = 3
17731772
self.assertTrue(challenge.verify(ignore=["files"]))

0 commit comments

Comments
 (0)