From 5703523a4a4659a7640fd3e1030edfe664833c5c Mon Sep 17 00:00:00 2001 From: Trey Ivy Date: Wed, 13 Nov 2024 18:42:22 +0000 Subject: [PATCH] remove comments --- .../src/components/Problems/LogOutput/index.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/frontend/src/components/Problems/LogOutput/index.tsx b/frontend/src/components/Problems/LogOutput/index.tsx index 5aef0d3..13adfbc 100644 --- a/frontend/src/components/Problems/LogOutput/index.tsx +++ b/frontend/src/components/Problems/LogOutput/index.tsx @@ -21,22 +21,6 @@ const DEFAULT_TAIL_BYTES = 10_000; /* eslint-disable consistent-return */ const LogOutput: React.FC = ({blobReference, tailBytes = DEFAULT_TAIL_BYTES}) => { - // if (blobReference.ephemeralURL != "" && env('NEXT_PUBLIC_BROWSER_URL')) { - // const url = new URL(blobReference.ephemeralURL, env('NEXT_PUBLIC_BROWSER_URL')) - // var logDownload = - // - // - // - // - //