Skip to content

chore: remove leftover debug instrumentation from payout route#37

Open
theyavuzarslan wants to merge 1 commit into
circlefin:masterfrom
theyavuzarslan:chore/remove-debug-instrumentation
Open

chore: remove leftover debug instrumentation from payout route#37
theyavuzarslan wants to merge 1 commit into
circlefin:masterfrom
theyavuzarslan:chore/remove-debug-instrumentation

Conversation

@theyavuzarslan

@theyavuzarslan theyavuzarslan commented Jul 6, 2026

Copy link
Copy Markdown

There are four development-time logging calls left in app/api/payout/route.ts, each wrapped in #region agent log markers, that POST request metadata to a local ingest endpoint on 127.0.0.1:7276. Outside whatever debugging session they came from, they are dead calls that fire on every Gateway payout request. This removes all four blocks and changes nothing else.

Removes four development-time logging calls that POST request metadata
to a local ingest endpoint (127.0.0.1:7276). They are no-ops outside
the original debugging session and add noise plus a per-request fetch
attempt on the Gateway payout path.
@theyavuzarslan
theyavuzarslan force-pushed the chore/remove-debug-instrumentation branch from f024a41 to 681692f Compare July 13, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant