From 0e9db77c78d53c55cc168bd8e04dd9e1f09e2a8e Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Wed, 25 Mar 2026 19:52:54 -0700 Subject: [PATCH] fix: Remove debug print statements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code --- tools/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/cli.py b/tools/cli.py index 248b4b8..9d39ec7 100644 --- a/tools/cli.py +++ b/tools/cli.py @@ -467,8 +467,6 @@ def url(url: str, title: str, description: str): if description: record["content"]["metadata"]["description"] = description - print(f"DEBUG: Creating card: {url[:50]}...") - print(f"DEBUG: Record: {record}") resp = httpx.post(f"{pds}/xrpc/com.atproto.repo.createRecord", headers={"Authorization": f"Bearer {token}"}, -- 2.51.2