fix: remove debug print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user