aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/instant/src/util/heap.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/util/heap.ts b/packages/instant/src/util/heap.ts
index 88f65c1ab..44af5a9b5 100644
--- a/packages/instant/src/util/heap.ts
+++ b/packages/instant/src/util/heap.ts
@@ -71,7 +71,6 @@ const setupZeroExInstantHeap = () => {
)
(window as any).heap[p[c]] = o(p[c]);
});
- // TODO: use production heap id once environment utils merged
(window as any).heap.load(getHeapAppId());
/* tslint:enable */