chore: remove pull processing debug log
Author: Aaron Steven White
Commit
3891442a2857c7a7deeb310bb7e2c17b0396be1dParent: 334a94159d
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +0 -1
@@ -235,7 +235,6 @@ async fn dispatch_special_upsert(
235235 236236 // ─── Pull Request (SSE event on create) ───────────────────── 237237 "dev.cospan.repo.pull" | "sh.tangled.repo.pull" => { 238- tracing::info!(collection, did, rkey, "processing pull record"); 239238 // Tangled pulls have target.repo instead of top-level repo; 240239 // hoist it so the lens expression can find it. 241240 let rec = if rec.get("repo").is_none() {