From 024f06c1b7daf4f178b54ef8e6c954e9571d1f55 Mon Sep 17 00:00:00 2001 From: Jeffrey Ling Date: Mon, 9 Dec 2024 04:29:30 -0700 Subject: [PATCH] cleanup diffs --- client/src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 867633b..03b11cc 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -58,9 +58,6 @@ import ToolsTab from "./components/ToolsTab"; type ServerCapabilities = z.infer; -// PLACEHOLDER: imports and other type definitions - - const DEFAULT_REQUEST_TIMEOUT_MSEC = 10000; const params = new URLSearchParams(window.location.search); @@ -224,8 +221,6 @@ const App = () => { rootsRef.current = roots; }, [roots]); - - const pushHistory = (request: object, response?: object) => { setRequestHistory((prev) => [ ...prev,