Skip to content

Commit

Permalink
[@enzastdlib/realm] Removed debug message from realm. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
novacbn authored Aug 12, 2023
1 parent 4e6747c commit ed43e36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions realm/evaluate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export function evaluateModule<
: [];
const blocklist_values = blocklist_keys.map(() => undefined);

console.error({ blocklist_keys });

const func = new Function(
...blocklist_keys,
...keys,
Expand Down

0 comments on commit ed43e36

Please sign in to comment.