From 70f9892ef60705652845bb6f4315373e6107a0c8 Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Mon, 9 Oct 2023 14:34:44 -0700 Subject: [PATCH] remove comments --- src/components/VersionModal/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/VersionModal/index.tsx b/src/components/VersionModal/index.tsx index 1fb55901..04da902a 100644 --- a/src/components/VersionModal/index.tsx +++ b/src/components/VersionModal/index.tsx @@ -46,8 +46,6 @@ const VersionModal: React.FC = ({ setModalVisible }) => { simulairum-viewer v{SIMULARIUM_VIEWER_VERSION}{" "} - {/* TODO add enginge when we switch to Octopus?/} - {/* Engine: not connected to server */} ); };