From c9d2ede3781a28d2f2abddda2da1a7eeacb20a9b Mon Sep 17 00:00:00 2001 From: Marco Salazar Date: Fri, 20 Dec 2024 15:55:12 -0500 Subject: [PATCH] rm comment --- .../dagster-ui/packages/ui-core/src/util/weakMapMemoize.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/js_modules/dagster-ui/packages/ui-core/src/util/weakMapMemoize.ts b/js_modules/dagster-ui/packages/ui-core/src/util/weakMapMemoize.ts index 185341beabb3d..f984c3a81bbf0 100644 --- a/js_modules/dagster-ui/packages/ui-core/src/util/weakMapMemoize.ts +++ b/js_modules/dagster-ui/packages/ui-core/src/util/weakMapMemoize.ts @@ -1,5 +1,3 @@ -// src/utils/weakMapMemoize.ts - import LRU from 'lru-cache'; type AnyFunction = (...args: any[]) => any;