Skip to content

Commit e306c73

Browse files
committed
remove junk comments
1 parent 3631999 commit e306c73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/cloudflare-one-casb/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ const metrics = new MetricsTracker(env.MCP_METRICS, {
2020
version: env.MCP_SERVER_VERSION,
2121
})
2222

23-
// Context from the auth process, encrypted & stored in the auth token
24-
// and provided to the DurableMCP as this.props
2523
export type Props = {
2624
accessToken: string
2725
user: UserSchema['result']
@@ -41,7 +39,6 @@ export class CASBMCP extends McpAgent<Env, State, Props> {
4139
}
4240

4341
getActiveAccountId() {
44-
// TODO: Figure out why this fail sometimes, and why we need to wrap this in a try catch
4542
try {
4643
return this.state.activeAccountId ?? null
4744
} catch (e) {

0 commit comments

Comments
 (0)