Skip to content

Commit

Permalink
remove more debugs...
Browse files Browse the repository at this point in the history
  • Loading branch information
grhkm21 committed Dec 18, 2024
1 parent 6c78345 commit c6e9f14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/schemes/projective/projective_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ def __init__(self, X, v, check=True):
raise ValueError(f"{v} does not define a valid projective point "
"since it is a multiple of a zero divisor")

print("v:", v)
X.extended_codomain()._check_satisfies_equations(v)
print("v:", v)

self._coords = tuple(v)
self._normalized = False
Expand Down

0 comments on commit c6e9f14

Please sign in to comment.