Skip to content

Commit fbef8e8

Browse files
authored
Update packages/core/src/amazonq/session/sessionState.ts
1 parent b9073f1 commit fbef8e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export abstract class CodeGenBase {
112112
)
113113
if (logFileInfo) {
114114
logFileInfo.fileContent = truncate(logFileInfo.fileContent, 10000000, '\n... [truncated]') // Limit to max 20MB
115-
}
116115
getLogger().info(`sessionState: Run Command logs, ${logFileInfo.fileContent}`)
117116
newFileContents.splice(newFileContents.indexOf(logFileInfo), 1)
118117
}

0 commit comments

Comments
 (0)