Skip to content

Commit 653e0f2

Browse files
authored
fix: remove unneccessary approach phase logging (#1589)
Problem: - We shouldn't be logging the approach phase here Solution: - Remove it
1 parent c818380 commit 653e0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/amazonqFeatureDev/session/sessionState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export class RefinementState implements SessionState {
125125
approach ??
126126
'There has been a problem generating an approach. Please open a conversation in a new tab'
127127
)
128-
getLogger().debug(`Approach response: %O`, this.approach)
129128

130129
action.telemetry.recordUserApproachTelemetry(span, this.conversationId)
131130
return {

0 commit comments

Comments
 (0)