Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 30, 2024
1 parent c8df491 commit 51a275c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/stable/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ declare global {
var _azleTimerCallbacks: { [key: string]: () => void };
}

// The as any is needed because of a TypeError that I suspect
// would require us importing AzleIcExperimental to set in the declare global above
// but we do not want to mix experimental code into stable code, so we
// are using as any for now
globalThis._azleInsideCanister =
globalThis._azleIcStable === undefined &&
globalThis._azleIcExperimental === undefined
Expand Down

0 comments on commit 51a275c

Please sign in to comment.