Skip to content

Commit 9204bd2

Browse files
committed
chore: remove redundant AI_SDK_LOG_WARNINGS suppression
1 parent 72e9d5e commit 9204bd2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ const plugin: Plugin = (async (ctx) => {
1212
return {}
1313
}
1414

15-
// Suppress AI SDK warnings
16-
if (typeof globalThis !== "undefined") {
17-
;(globalThis as any).AI_SDK_LOG_WARNINGS = false
18-
}
19-
2015
const logger = new Logger(config.debug)
2116
const state = createSessionState()
2217

0 commit comments

Comments
 (0)