diff --git a/typescript/packages/subsurface-viewer/src/layers/map/mapLayer.stories.tsx b/typescript/packages/subsurface-viewer/src/layers/map/mapLayer.stories.tsx
index 02a138a26..054478bbd 100644
--- a/typescript/packages/subsurface-viewer/src/layers/map/mapLayer.stories.tsx
+++ b/typescript/packages/subsurface-viewer/src/layers/map/mapLayer.stories.tsx
@@ -888,10 +888,6 @@ export const TypedArrayInput: StoryFn<
return ;
};
-/* export const TypedArrayInput: StoryFn = (args) => {
- return ;
-};
- */
TypedArrayInput.args = {
dimension: 300,
};