fix: remove debug print

This commit is contained in:
2026-02-19 14:24:29 +00:00
parent 3b21a5276e
commit b7bf04638a

View File

@@ -79,7 +79,6 @@ def remove_marker(name: str) -> None:
def marker_exists(name: str) -> bool:
markers = load_state().get("markers", [])
print(markers)
for marker in markers:
if marker["name"] == name: