Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce6a062

Browse files
committed
fix TODO
1 parent 6542289 commit ce6a062

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ function App() {
147147
// Used when the user cancels the code generation
148148
const cancelCodeGeneration = () => {
149149
wsRef.current?.close?.(USER_CLOSE_WEB_SOCKET_CODE);
150-
// make sure stop can correct the state even if the websocket is already closed
151-
// TODO*: Look into this
152-
// cancelCodeGenerationAndReset();
153150
};
154151

155152
// Used for code generation failure as well

0 commit comments

Comments
 (0)