Skip to content

Commit d726a11

Browse files
lym953claude
andcommitted
remove logDebug from durable function tag application
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f8bbb2a commit d726a11

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/trace/listener.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ export class TraceListener {
227227
}
228228
}
229229
if (this.durableFunctionContext) {
230-
logDebug("Applying durable function context to the aws.lambda span");
231230
for (const [key, value] of Object.entries(this.durableFunctionContext)) {
232231
if (value !== undefined) {
233232
this.tracerWrapper.currentSpan.setTag(key, value);

0 commit comments

Comments
 (0)