Skip to content

Commit

Permalink
fix globals issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 29, 2024
1 parent facdf13 commit c804134
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/stable/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ if (globalThis._azleInsideCanister === true) {
}) as any
};

globalThis._azleInitCalled = false;
globalThis._azlePostUpgradeCalled = false;

const log = (...args: any[]): void => {
const jsonStringifiedArgs = args
.map((arg) => {
Expand Down

0 comments on commit c804134

Please sign in to comment.